summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-21 02:47:18 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-21 02:47:18 +0000
commit6aa1a8e80718d79663c4813a9d818821b1f2b0f3 (patch)
tree6feb01136e963dc6baa449bb773c1afb5f016f9a /ChangeLog
parent8b3e743e6b8ecc1f95c3d681322c9e1fce0cc0e4 (diff)
downloadpcsxr-6aa1a8e80718d79663c4813a9d818821b1f2b0f3.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53080 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 17 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d06ce81..e252d441 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,26 @@
+Jun 21, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * libpcsxcore/psxbios.c: Use a separate flag to identify whether we are
+ inside a softcall or not, as ra might be modified inside the interrupt
+ handler.
+ * libpcsxcore/psxbios.h: Likewise.
+ * libpcsxcore/psxcommon.c: Likewise.
+ * plugins/dfsound/spu.c: Moved initialization routine from SPUopen() into
+ SPUinit().
+ * plugins/dfsound/freeze.c: Save spuAddr as well.
+ * po/Makefile.in.in: Silenced warning.
+
Jun 20, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* plugins/dfsound/freeze.c: Reset lastch when loading state, which fixes
occasionally crash after state loading.
* plugins/dfsound/spu.c: Likewise.
-Jun 19, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
-
- * macosx/PcsxController.m: Do not simulate CD case open if user clicked
- Cancel in switch ISO dialog.
-
+Jun 19, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * macosx/PcsxController.m: Do not simulate CD case open if user clicked
+ Cancel in switch ISO dialog.
+
Jun 16, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* libpcsxcore/psxcommon.c: Do not allow hotkeys inside a softcall from HLE