summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-07-04 13:03:18 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-07-04 13:03:18 +0000
commit9499415924ea138de529f0d367392d23136ab035 (patch)
tree752940dbd2c142a46e48139de18116dac79630c4 /ChangeLog
parent1f5a3c7ba462489e5a7a00580b0c0c6ce9cb3275 (diff)
downloadpcsxr-9499415924ea138de529f0d367392d23136ab035.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23899 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d1c8cd5..6d7ca455 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
+July 4, 2009 Wei Mingzhi <weimingzhi@gmail.com>
+
+ * debian/control: Added libasound2-dev to Build-Depends.
+ * libpcsxcore/plugins.h: Fixed SubQ struct.
+ * libpcsxcore/cdriso.c: Implemented subchannel reading from CloneCD
+ .sub file.
+
July 1, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* libpcsxcore/psxbios.c: Use s32 instead of long in DIRENTRY struct for
- compatibility with x86_64. Fixed error in MSVC6.
+ compatibility with x86_64. Fixed error in MSVC6.
June 30, 2009 Peter Collingbourne <peter@pcc.me.uk>