From b2e1ea327951c787ae67403f49b044ac6d1c6dbb Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Sun, 14 Nov 2010 14:02:16 +0000 Subject: [PATCH] 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 --- Source/Core/InputCommon/CMakeLists.txt | 4 ++-- Source/Core/InputCommon/Src/SConscript | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/Core/InputCommon/CMakeLists.txt b/Source/Core/InputCommon/CMakeLists.txt index 7b205fa2e8..a7322e8676 100644 --- a/Source/Core/InputCommon/CMakeLists.txt +++ b/Source/Core/InputCommon/CMakeLists.txt @@ -1,7 +1,7 @@ set(SRCS Src/ControllerEmu.cpp Src/InputConfig.cpp - #Src/UDPWiimote.cpp - #Src/UDPWrapper.cpp + Src/UDPWiimote.cpp + Src/UDPWrapper.cpp Src/ControllerInterface/ControllerInterface.cpp) if(WIN32) 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':