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
This commit is contained in:
parent
43778ac920
commit
b2e1ea3279
|
@ -1,7 +1,7 @@
|
||||||
set(SRCS Src/ControllerEmu.cpp
|
set(SRCS Src/ControllerEmu.cpp
|
||||||
Src/InputConfig.cpp
|
Src/InputConfig.cpp
|
||||||
#Src/UDPWiimote.cpp
|
Src/UDPWiimote.cpp
|
||||||
#Src/UDPWrapper.cpp
|
Src/UDPWrapper.cpp
|
||||||
Src/ControllerInterface/ControllerInterface.cpp)
|
Src/ControllerInterface/ControllerInterface.cpp)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
|
|
@ -6,8 +6,8 @@ files = [
|
||||||
'ControllerEmu.cpp',
|
'ControllerEmu.cpp',
|
||||||
'InputConfig.cpp',
|
'InputConfig.cpp',
|
||||||
'ControllerInterface/ControllerInterface.cpp',
|
'ControllerInterface/ControllerInterface.cpp',
|
||||||
#'UDPWiimote.cpp',
|
'UDPWiimote.cpp',
|
||||||
#'UDPWrapper.cpp',
|
'UDPWrapper.cpp',
|
||||||
]
|
]
|
||||||
|
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
|
|
Loading…
Reference in New Issue