summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-04 00:31:29 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-04 00:31:29 +0000
commit5ed8ffa653e5bbcdcc86bd2b499669c3abbb12c7 (patch)
tree71a6516c5469c3e142bbbf6946d615cbc1cbae14 /ChangeLog
parentb0063e567d1882b0256e7752eb45a2164b9caeca (diff)
downloadpcsxr-5ed8ffa653e5bbcdcc86bd2b499669c3abbb12c7.tar.gz
GTK GUI: Hack-fixed the bug which causes crash when loading state with dynarec CPU core. A large amount of refactor is needed for a proper fix.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50866 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b13f581a..6ff66be5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Jun 4, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * gui/Plugin.c: Hack-fixed the bug which causes crash when loading state
+ with dynarec CPU core. A large amount of refactor is needed for a proper
+ fix.
+
Jun 3, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* libpcsxcore/cheat.c: Fixed endianness issue (not tested).