summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-03 00:41:00 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-03 00:41:00 +0000
commitb0063e567d1882b0256e7752eb45a2164b9caeca (patch)
treeba9a694df04d5edde3877aeb5aa055e1f39dafc5 /ChangeLog
parent386f6485a3800b910ca47a0b4f9a28c6fc11624e (diff)
downloadpcsxr-b0063e567d1882b0256e7752eb45a2164b9caeca.tar.gz
changed cdrom timing value so that it behaves the same as older revisions.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50743 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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.