summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-05 07:17:39 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-05 07:17:39 +0000
commitad055a84cd084b0de505fea5c61a9e3ac9ec9297 (patch)
treed28f8f6967676c8cee0751f1731fdfb1b8d5d288 /ChangeLog
parentfb3257e40a998d0a10c0219c159390a600c43e7c (diff)
downloadpcsxr-ad055a84cd084b0de505fea5c61a9e3ac9ec9297.tar.gz
Got rid of PAD_readPort1()/PAD_readPort2().
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47359 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 3933e2c8..5eb7ea75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
May 5, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* gui/DebugMemory.c: Show 0x7f as dots.
+ * libpcsxcore/plugins.c: Got rid of old PAD_readPort1()/PAD_readPort2() APIs.
+ PAD_startPoll() and PAD_poll() are now required.
+ * libpcsxcore/plugins.h: Likewise.
+ * libpcsxcore/sio.c: Likewise.
+ * libpcsxcore/psemu_plugin_defs.h: Updated info.
May 2, 2010 edgbla <edgbla@yandex.ru>