diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -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 |
