mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Temporarily re-enable SDL pad input on OS X.
Placeholder SConscript for VideoMerge plugin. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6272 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a89b8f4a7d
commit
e81a10fb44
5 changed files with 71 additions and 4 deletions
|
@ -6,8 +6,8 @@ files = [
|
|||
'ControllerEmu.cpp',
|
||||
'InputConfig.cpp',
|
||||
'ControllerInterface/ControllerInterface.cpp',
|
||||
'UDPWiimote.cpp',
|
||||
'UDPWrapper.cpp',
|
||||
#'UDPWiimote.cpp',
|
||||
#'UDPWrapper.cpp',
|
||||
]
|
||||
|
||||
if sys.platform == 'win32':
|
||||
|
@ -23,6 +23,7 @@ elif sys.platform == 'darwin':
|
|||
'ControllerInterface/OSX/OSX.mm',
|
||||
'ControllerInterface/OSX/OSXKeyboard.mm',
|
||||
'ControllerInterface/OSX/OSXMouse.mm',
|
||||
'ControllerInterface/SDL/SDL.cpp',
|
||||
]
|
||||
elif env['HAVE_X11']:
|
||||
files += [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue