summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-15 12:10:49 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-15 12:10:49 +0000
commit8c939ea635450f85b3153cd463a9d6825c2a20aa (patch)
tree80cdf09386630296915f03dc27d992d0eba31ad2 /ChangeLog
parentad59e35254c0a563a7e9c387916c5a1547097c70 (diff)
downloadpcsxr-8c939ea635450f85b3153cd463a9d6825c2a20aa.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45449 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77b31653..3926794a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+April 15, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * plugins/dfsound/freeze.c: Fixed the sound doesn't always play properly
+ after loading the state. (Thanks edgbla)
+ * libpcsxcore/psxmem.c: Fixed KKND freeze at startup. (edgbla)
+ * libpcsxcore/gte.c: Fixed gteDCPL. (edgbla)
+ * AUTHORS: Updated info.
+
April 14, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* libpcsxcore/gte.c: Use u32 instead of unsigned long.