mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
[Android] Gamepad input. Refactor JNI native functions to all pull from a single class instead of everywhere willy-nilly
This commit is contained in:
@ -23,8 +23,7 @@ elseif(X11_FOUND)
|
||||
Src/ControllerInterface/Xlib/Xlib.cpp)
|
||||
elseif(ANDROID)
|
||||
set(SRCS ${SRCS}
|
||||
Src/ControllerInterface/Android/Android.cpp
|
||||
Src/Android/ButtonManager.cpp)
|
||||
Src/ControllerInterface/Android/Android.cpp)
|
||||
endif()
|
||||
|
||||
add_library(inputcommon ${SRCS})
|
||||
|
Reference in New Issue
Block a user