summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-25 10:01:51 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-25 10:01:51 +0000
commitdf065b4bf4205db561a5fe7d5652352f6046e40f (patch)
tree737144140d72e0b6acae58e363c7a8865bcc971f /ChangeLog
parent8da3cda2b3d231298d3dd602fe879521106e91c2 (diff)
downloadpcsxr-df065b4bf4205db561a5fe7d5652352f6046e40f.tar.gz
ported dfinput to osx as well (prelimiary, no config dialog yet). will eventually replace HIDInput.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55128 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ac37497..f57779ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@ July 25, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* macosx/plugins/DFCdrom: Added Mac OS X port of DFCdrom.
* macosx/plugins/CDDeviceInterface: Removed old CDDeviceInterface plugin.
* macosx/Pcsx.xcodeproj/project.pbxproj: Added DFCdrom into project.
+ * plugins/dfinput/pad.c: Minor change for Mac OS X.
+ * plugins/dfinput/pad.h: Likewise.
+ * macosx/plugins/DFInput: Added Mac OS X port of DFInput (prelimiary, no
+ config dialog yet).
July 18, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>