mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
InputCommon: Split Device stuff out
The ExpressionParser needs this to be out of here to prevent issues with cyclic references.
This commit is contained in:
@ -2,7 +2,8 @@ set(SRCS Src/ControllerEmu.cpp
|
||||
Src/InputConfig.cpp
|
||||
Src/UDPWiimote.cpp
|
||||
Src/UDPWrapper.cpp
|
||||
Src/ControllerInterface/ControllerInterface.cpp)
|
||||
Src/ControllerInterface/ControllerInterface.cpp
|
||||
Src/ControllerInterface/Device.cpp)
|
||||
|
||||
if(WIN32)
|
||||
set(SRCS ${SRCS}
|
||||
|
Reference in New Issue
Block a user