mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 08:07:50 +00:00
core: Move emu_window and key_map into core
* Removes circular dependences (common should not depend on core)
This commit is contained in:
parent
35c2714859
commit
4aaaea9758
14 changed files with 16 additions and 16 deletions
|
@ -29,6 +29,8 @@ set(SRCS
|
|||
file_sys/ivfc_archive.cpp
|
||||
file_sys/path_parser.cpp
|
||||
file_sys/savedata_archive.cpp
|
||||
frontend/emu_window.cpp
|
||||
frontend/key_map.cpp
|
||||
gdbstub/gdbstub.cpp
|
||||
hle/config_mem.cpp
|
||||
hle/applets/applet.cpp
|
||||
|
@ -198,6 +200,8 @@ set(HEADERS
|
|||
file_sys/ivfc_archive.h
|
||||
file_sys/path_parser.h
|
||||
file_sys/savedata_archive.h
|
||||
frontend/emu_window.h
|
||||
frontend/key_map.h
|
||||
gdbstub/gdbstub.h
|
||||
hle/config_mem.h
|
||||
hle/function_wrappers.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue