summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-10 00:53:01 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-10 00:53:01 +0000
commit32d4fff89f42a3712c8db794264c38a0c5b941e2 (patch)
treef3f311dba609e5ada16bbc37294b1db4fbcebbd5 /ChangeLog
parent736ea295294427e5f07f79e1bc31871d34edbe69 (diff)
downloadpcsxr-32d4fff89f42a3712c8db794264c38a0c5b941e2.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47725 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6c6d8ff..fede7bf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@ 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.
+ * libpcsxcore/cdrom.h: Savestate compatibility is already broken, so no need
+ to stuff garbage into saved files :)
+ * libpcsxcore/mdec.c: Likewise.
+ * libpcsxcore/psxhw.c: Likewise.
+ * libpcsxcore/sio.c: Likewise.
+ * libpcsxcore/psxcounters.c: Likewise.
May 9, 2010 edgbla <edgbla@yandex.ru>