summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 606d40b6..b13f581a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Jun 3, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * libpcsxcore/cheat.c: Fixed endianness issue (not tested).
+ * libpcsxcore/cdrom.c: Changed CDR interrupt timing value so that it behaves
+ the same as old revisions. Not sure if it breaks or unbreaks anything.
+ * libpcsxcore/psxbios.c: Silenced some GCC warnings.
+ * libpcsxcore/psxcounters.c: Likewise.
+ * libpcsxcore/misc.c: Bumped savestate version.
+ * libpcsxcore/ix86/iR3000A.c: Use %x instead of %lx.
+ * libpcsxcore/ix86_64/iR3000A-64.c: Likewise.
+ * po/zh_CN.po, po/zh_TW.po: Updated ("PS" seems to be more common than "PSX"
+ in Asian regions).
+
Jun 2, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* gui/MemcardDlg.c: Use unsigned for currentIcon.