summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-09-26 04:56:20 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-09-26 04:56:20 +0000
commitfaa26870b0fa00cc34002f54f682f59b4bcf127b (patch)
treededd6d7a8fc537cdec5781db4995d4505955afe6
parent43b4e10ca4d33d94ccd3b33da046ea1446487b15 (diff)
downloadpcsxr-faa26870b0fa00cc34002f54f682f59b4bcf127b.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@30481 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 874c488b..76463254 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,10 @@ September 26, 2009 Wei Mingzhi <weimingzhi@gmail.com>
September 24, 2009 Wei Mingzhi <weimingzhi@gmail.com>
- * Fixed filenames with spaces when loading .toc file (Thanks dario86). Force
- byteswap if .toc file is loaded as cdrdao uses Big-Endian for CD Audio.
- Fixed skipping of the first 2 seconds when playing CDDA Track #2. Check
- for image.toc if image.toc.bin is loaded.
+ * libpcsxcore/cdriso.c: Fixed filenames with spaces when loading .toc file
+ (Thanks dario86). Force byteswap if .toc file is loaded as cdrdao uses
+ Big-Endian for CD Audio. Fixed skipping of the first 2 seconds when playing
+ CDDA Track #2. Check for image.toc if image.toc.bin is loaded.
September 22, 2009 Wei Mingzhi <weimingzhi@gmail.com>