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/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript
index 1108d9ff6b..fee0f11b96 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':