mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 22:48:23 +00:00
core: Remove HLE module, consolidate code & various cleanups.
This commit is contained in:
parent
d504f6cf08
commit
5d22844f3e
19 changed files with 94 additions and 107 deletions
|
@ -31,7 +31,6 @@ set(SRCS
|
|||
file_sys/savedata_archive.cpp
|
||||
gdbstub/gdbstub.cpp
|
||||
hle/config_mem.cpp
|
||||
hle/hle.cpp
|
||||
hle/applets/applet.cpp
|
||||
hle/applets/erreula.cpp
|
||||
hle/applets/mii_selector.cpp
|
||||
|
@ -195,7 +194,6 @@ set(HEADERS
|
|||
gdbstub/gdbstub.h
|
||||
hle/config_mem.h
|
||||
hle/function_wrappers.h
|
||||
hle/hle.h
|
||||
hle/ipc.h
|
||||
hle/applets/applet.h
|
||||
hle/applets/erreula.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue