summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-09 04:15:47 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-09 04:15:47 +0000
commite52097ddfe6c54547af8e3e47aadd33e385a4db7 (patch)
treeca50fc5e6fb434d712fdd47c1fc1ed21ca0f47c4 /ChangeLog
parent83e06df4098064f5e4ca3c9ae1214019e934e907 (diff)
downloadpcsxr-e52097ddfe6c54547af8e3e47aadd33e385a4db7.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54386 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6b0e92e..9366cc84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@ July 9, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* plugins/dfcdrom/Makefile.am: Added cdr-solaris.c.
* plugins/dfcdrom/cdr-freebsd.c: Return 0 for PlayCDDA()/StopCDDA().
* gui/ConfDlg.c: Don't use dlerror() to check for symbol load failure.
+ * plugins/dfcdrom/cdr.c: Make cdHandle singleton as it could be different
+ type on some OS and we don't need to open multiple handles.
+ * plugins/dfcdrom/cdr.h: Likewise.
+ * plugins/dfcdrom/cdr-linux.c: Likewise.
+ * plugins/dfcdrom/cdrcfg-0.1df/main.c: Added device listing for Solaris.
July 8, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>