diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2011-01-14 05:06:08 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2011-01-14 05:06:08 +0000 |
| commit | f292f6d5a7ca5948054f5a7c685ce0d434966ee1 (patch) | |
| tree | 5060ec2944368e05bbcd748ab18291b5fc25bd48 /Source/Core/InputCommon/Src/SConscript | |
| parent | d0de395a46a5ad32282a0969b187d31694dc957c (diff) | |
Accept arbitrary HID devices as gamepads instead of using SDL,
which has too narrow a view of what constitutes a joystick.
Now if only I could find my Apple IR Remote.. :-)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6844 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/InputCommon/Src/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript index fee0f11b96..597acf2cb1 100644 --- a/Source/Core/InputCommon/Src/SConscript +++ b/Source/Core/InputCommon/Src/SConscript @@ -22,8 +22,7 @@ elif sys.platform == 'darwin': files += [ 'ControllerInterface/OSX/OSX.mm', 'ControllerInterface/OSX/OSXKeyboard.mm', - 'ControllerInterface/OSX/OSXMouse.mm', - 'ControllerInterface/SDL/SDL.cpp', + 'ControllerInterface/OSX/OSXJoystick.mm', ] elif env['HAVE_X11']: files += [ |
