summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-08-22 15:05:59 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-08-22 15:05:59 +0000
commitc9b34c524d3fea849eef4066b8fa77497c1b2597 (patch)
treed2c5abfda3c737145e2a9146679a577677f85c87 /ChangeLog
parent54e6ea3610e17cf16fde1472f73864db3b3b3cf5 (diff)
downloadpcsxr-c9b34c524d3fea849eef4066b8fa77497c1b2597.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@27235 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e5becef..6d0fbaf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
August 22, 2009 dario86
- * libpcsxcore/cdrom.c: Demute the CD-DA by default.
+ * libpcsxcore/cdrom.c: Demute the CD-DA by default, which fixes the music
+ problem with Tekken 1.
August 22, 2009 Wei Mingzhi <weimingzhi@gmail.com>
- * libpcsxcore/misc.c: Also check for PSX.EXE in CheckCdrom().
+ * libpcsxcore/misc.c: Also check for PSX.EXE in CheckCdrom(). Added support
+ for CPE binaries. Returns -1 in Load() if EXE is not found. Print the
+ EXE loading error messages in console instead of a message box.
+ * gui/Gtk2Gui.c: Show files with .cpe extension in the Load EXE dialog box.
* debian/rules: Removed dh_desktop.
August 17, 2009 Wei Mingzhi <weimingzhi@gmail.com>