summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SConscript
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2010-04-25 18:04:55 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2010-04-25 18:04:55 +0000
commit452c2e711abbe40b8b4da72dedbf292992fd35f0 (patch)
tree8822e4677217240db4649a2b3a533821753ca303 /Source/Core/InputCommon/Src/SConscript
parenta443ec7d8d32cbbe616b4d0775944b7ccdf5b1e4 (diff)
First OSX keyboard stuff...works, with limitations:\nNo Mouse support yet (Add gamepad via IOKit as well?)\nCould poll less for less cpu time\nDon't know why rumble events don't seem to be sent to the class until right before it's deleted (Billiard?)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5407 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
-rw-r--r--Source/Core/InputCommon/Src/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript
index e04631fccb..49e0d08703 100644
--- a/Source/Core/InputCommon/Src/SConscript
+++ b/Source/Core/InputCommon/Src/SConscript
@@ -28,8 +28,7 @@ if icenv['HAVE_SDL']:
if sys.platform == 'darwin':
files += [
- 'ControllerInterface/OSX/OSX.cpp',
- 'ControllerInterface/OSX/OSXPrivate.mm'
+ 'ControllerInterface/OSX/OSX.mm'
]
icenv['FRAMEWORKS'] = ['IOKit']