mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
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
This commit is contained in:
@ -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 += [
|
||||
|
Reference in New Issue
Block a user