mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 02:48:01 -05:00
move MotionEmu from core/frontend to input_common as a InputDevice
This commit is contained in:
@ -2,12 +2,14 @@ set(SRCS
|
||||
analog_from_button.cpp
|
||||
keyboard.cpp
|
||||
main.cpp
|
||||
motion_emu.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
analog_from_button.h
|
||||
keyboard.h
|
||||
main.h
|
||||
motion_emu.h
|
||||
)
|
||||
|
||||
if(SDL2_FOUND)
|
||||
|
Reference in New Issue
Block a user