summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SConscript
diff options
context:
space:
mode:
authorSoren Jorvang <soren.jorvang@gmail.com>2010-11-14 14:02:16 +0000
committerSoren Jorvang <soren.jorvang@gmail.com>2010-11-14 14:02:16 +0000
commitb2e1ea327951c787ae67403f49b044ac6d1c6dbb (patch)
tree22a200fd157e2e3fb9f1840056702ab77e774338 /Source/Core/InputCommon/Src/SConscript
parent43778ac920f496a0fb9749fe09efcaa3940c71a8 (diff)
UDPWiimote.cpp and UDPWrapper.cpp are now used again.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6408 8ced0084-cf51-0410-be5f-012b33b47a6e
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':