summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-08 01:35:47 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-08 01:35:47 +0000
commitf7d110c7a0ec03491e9fedc70d72a034a4b3dfe8 (patch)
treef74a433a37e5e3940705a0f9aa3ac6241a83f71c /ChangeLog
parent6500edc4bc71beb9c988c54de1a37046f321d5b3 (diff)
downloadpcsxr-f7d110c7a0ec03491e9fedc70d72a034a4b3dfe8.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@51475 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 218ccb10..191606af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Jun 7, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * libpcsxcore/cdrom.c: Use boolean/TRUE/FALSE for where it should, don't use
+ "long" type for cdrStruct which is to be saved in savestates.
+ * libpcsxcore/cdrom.h: Likewise.
+ * libpcsxcore/misc.c: Bumped savestate version.
+ * libpcsxcore/plugins.c: Added support for CDRreadCDDA()/CDRgetTE() (not used
+ for now).
+ * libpcsxcore/plugins.h: Likewise.
+
Jun 6, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* libpcsxcore/sio.c: Fixed: 'y' and 'z' not converted to half-width.