summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-10 05:57:28 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-10 05:57:28 +0000
commit920d8636197b5abd9ad923cf0c2d6f33c96f082e (patch)
tree995684a6561019be6c5dfa42d4bdece9a1ed70f8 /ChangeLog
parentff65e7452f417bc1b909dbec26a787202adfd319 (diff)
downloadpcsxr-920d8636197b5abd9ad923cf0c2d6f33c96f082e.tar.gz
don't reset unless savestate loading succeeded
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47748 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e70cc0a9..6009d806 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ May 10, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* libpcsxcore/sio.c: Likewise.
* libpcsxcore/psxcounters.c: Likewise.
* libpcsxcore/misc.c: Added savestate versioning support.
+ * gui/Gtk2Gui.c: Don't reset when loading from savestate unless loading
+ succeeded.
May 10, 2010 edgbla <edgbla@yandex.ru>