summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-07 23:52:44 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-07 23:52:44 +0000
commit511edc3388bb3b8285af8c818af27235773d4bce (patch)
tree6a85923804b898760bee47aa64c0ecf5c6eb9dc7 /ChangeLog
parent3c9ffdf13c4c017a2865e5c584df3151677f6788 (diff)
downloadpcsxr-511edc3388bb3b8285af8c818af27235773d4bce.tar.gz
refactored the interrupt scheduling code a bit to make it a little more readable than using those "magic" numbers.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55866 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c169576..4a92d709 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+August 7, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * libpcsxcore/r3000a.h: Refactored the interrupt scheduling code to make it a
+ little more readable than using the "magic" numbers.
+ * libpcsxcore/r3000a.c: Likewise.
+ * libpcsxcore/cdrom.c: Likewise.
+ * libpcsxcore/mdec.c: Likewise.
+ * libpcsxcore/sio.c: Likewise.
+ * libpcsxcore/psxdma.h: Likewise.
+ * libpcsxcore/misc.c: Bumped savestate version.
+ * debian/changelog: Updated version.
+ * macosx/Info.plist: Likewise.
+ * po/zh_TW.po: Corrected a minor translation error.
+
August 2, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* macosx/Pcsx.xcodeproj/project.pbxproj: Added some more optimizations