summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-27 08:52:23 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-27 08:52:23 +0000
commitdeb77298668e3b844597c7dfe4b973bdc8637c84 (patch)
treee9459f180075872943fde3062d9cef6f811199ff /ChangeLog
parentd4ce960b5136aafd47e60c77876e17e37b3de18a (diff)
downloadpcsxr-deb77298668e3b844597c7dfe4b973bdc8637c84.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38309 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 4 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 28300d11..f3cd98d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,3 @@
-November 28, 2009 Wei Mingzhi <weimingzhi@gmail.com>
-
- * plugins/dfcdrom/cdr-linux.c: Don't return NULL when CDRgetBuffer() is
- called more than once without another CDRreadTrack() call in threaded
- mode, which solves the problem with Final Fantasy 6 (maybe other games
- too).
- * plugins/dfcdrom/cdr.h: Moved global variables into cdr-linux.c.
-
November 27, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* plugins/dfcdrom/cdrcfg-0.1df/main.c: Rewritten the configuration utility
@@ -21,10 +13,14 @@ November 27, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* plugins/dfcdrom/cdrcfg-0.1df/cfgCdr.glade: Likewise.
* plugins/dfcdrom/cdrcfg-0.1df/cfg-gtk2: Likewise.
* plugins/dfcdrom/cdr-linux.c: Added selection of spin-down time.
+ Don't return NULL when CDRgetBuffer() is called more than once without
+ another CDRreadTrack() call in threaded mode, which solves the problem
+ with Final Fantasy 6 (maybe other games too).
* plugins/dfcdrom/cfg.c: Likewise.
* plugins/dfcdrom/cfg.h: Likewise.
* po/update-pot.sh: Include files from plugins/dfcdrom/cdrcfg-0.1df.
* po/pcsx.pot, po/zh_CN.po, po/zh_TW.po, po/pt_BR.po: Updated.
+ * plugins/dfcdrom/cdr.h: Moved global variables into cdr-linux.c.
November 26, 2009 Wei Mingzhi <weimingzhi@gmail.com>