summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SConscript
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2010-04-27 07:33:33 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2010-04-27 07:33:33 +0000
commitac8bc6b350f82d367ded1e0df87ce0ec283269fa (patch)
treeb6fd88dea0424ac2220d48094145a95d06fc632d /Source/Core/InputCommon/Src/SConscript
parent199ebe5c9c608d996f2d381d6689fb49088a3d59 (diff)
osx input: now supports mice(buttons + axes). also less crashes :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5416 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
-rw-r--r--Source/Core/InputCommon/Src/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript
index 647307f750..8530d6a32a 100644
--- a/Source/Core/InputCommon/Src/SConscript
+++ b/Source/Core/InputCommon/Src/SConscript
@@ -29,7 +29,8 @@ if icenv['HAVE_SDL']:
if sys.platform == 'darwin':
files += [
'ControllerInterface/OSX/OSX.mm',
- 'ControllerInterface/OSX/OSXKeyboard.mm'
+ 'ControllerInterface/OSX/OSXKeyboard.mm',
+ 'ControllerInterface/OSX/OSXMouse.mm'
]
icenv['FRAMEWORKS'] = ['IOKit']