mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Add X11 XInput2 input plugin, including MPX and with support for axis controls.
Based on the original XLib plugin, and thus shares some of its warts.
This commit is contained in:
@ -23,6 +23,10 @@ elseif(X11_FOUND)
|
||||
set(SRCS ${SRCS}
|
||||
Src/ControllerInterface/SDL/SDL.cpp
|
||||
Src/ControllerInterface/Xlib/Xlib.cpp)
|
||||
if(X11_Xinput2_FOUND)
|
||||
set(SRCS ${SRCS}
|
||||
Src/ControllerInterface/Xlib/XInput2.cpp)
|
||||
endif()
|
||||
elseif(ANDROID)
|
||||
set(SRCS ${SRCS}
|
||||
Src/ControllerInterface/Android/Android.cpp)
|
||||
|
Reference in New Issue
Block a user