summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-12-02 18:48:09 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-12-02 18:48:09 +0000
commit5a82e8feafabc273d46d017012f1dd426fd8f17f (patch)
tree33928ded138ac4ab9157bd6e142740aa39b60308 /ChangeLog
parent52c88a3a17de89aaa805db6445ddd6044e8dfcf9 (diff)
downloadpcsxr-5a82e8feafabc273d46d017012f1dd426fd8f17f.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38684 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8581d075..0a96fc6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+December 3, 2009 Wei Mingzhi <weimingzhi@gmail.com>
+
+ * plugins/dfinput/pad.c: Changed the value of center position to 127 instead
+ of 128, which fixes the FF8 problem. Still need further confirmation about
+ this, as all of the protocol docs I've read as well as psemu_plugin_defs.h
+ say 128 is the center position.
+
December 2, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* plugins/dfinput/pad.c: Removed DualShock2-specific stuff in PADpoll().