summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
-rw-r--r--Source/Core/InputCommon/Src/SConscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript
index fc4964f298..1108d9ff6b 100644
--- a/Source/Core/InputCommon/Src/SConscript
+++ b/Source/Core/InputCommon/Src/SConscript
@@ -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 += [