mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 01:07:55 +00:00
Frontend: emulate motion sensor
This commit is contained in:
parent
fc8f22bd7e
commit
e844f294a1
9 changed files with 239 additions and 16 deletions
|
@ -31,6 +31,7 @@ set(SRCS
|
|||
file_sys/savedata_archive.cpp
|
||||
frontend/emu_window.cpp
|
||||
frontend/key_map.cpp
|
||||
frontend/motion_emu.cpp
|
||||
gdbstub/gdbstub.cpp
|
||||
hle/config_mem.cpp
|
||||
hle/applets/applet.cpp
|
||||
|
@ -202,6 +203,7 @@ set(HEADERS
|
|||
file_sys/savedata_archive.h
|
||||
frontend/emu_window.h
|
||||
frontend/key_map.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