mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 14:17:51 +00:00
move MotionEmu from core/frontend to input_common as a InputDevice
This commit is contained in:
parent
31da8b8353
commit
d500f79b8e
17 changed files with 221 additions and 244 deletions
|
@ -33,7 +33,6 @@ set(SRCS
|
|||
frontend/camera/interface.cpp
|
||||
frontend/emu_window.cpp
|
||||
frontend/framebuffer_layout.cpp
|
||||
frontend/motion_emu.cpp
|
||||
gdbstub/gdbstub.cpp
|
||||
hle/config_mem.cpp
|
||||
hle/applets/applet.cpp
|
||||
|
@ -226,7 +225,6 @@ set(HEADERS
|
|||
frontend/emu_window.h
|
||||
frontend/framebuffer_layout.h
|
||||
frontend/input.h
|
||||
frontend/motion_emu.h
|
||||
gdbstub/gdbstub.h
|
||||
hle/config_mem.h
|
||||
hle/function_wrappers.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue