summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-09 23:34:57 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-09 23:34:57 +0000
commit736ea295294427e5f07f79e1bc31871d34edbe69 (patch)
tree4a806d3f4dab8466d0d6cd27d601167f9c8755b0 /ChangeLog
parent70ab51af6699f7b967645b19772dfecab4ef959a (diff)
downloadpcsxr-736ea295294427e5f07f79e1bc31871d34edbe69.tar.gz
libbz2 is not needed
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47720 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 58581124..d6c6d8ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
+May 10, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * configure.ac: libbz2 is no longer needed.
+ * debian/control: Likewise.
+ * libpcsxcore/plugins.c: CDRgetBufferSub() is now mandatory.
+
May 9, 2010 edgbla <edgbla@yandex.ru>
* libpcsxcore/psxcounters.c: psxRcntFreeze was fixed.
- * plugins/dfxvideo/prim.c: Returned some code (iGPUHeight=1024), IMO, it's wrong, can't perform the tests.
+ * plugins/dfxvideo/prim.c: Returned some code (iGPUHeight=1024), IMO, it's
+ wrong, can't perform the tests.
May 9, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>