mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 08:07:51 +00:00
core: Move common CPU core things to its own class.
This commit is contained in:
parent
e37fc58ae6
commit
0867e78c8a
5 changed files with 135 additions and 58 deletions
|
@ -4,6 +4,8 @@ add_library(core STATIC
|
|||
arm/unicorn/arm_unicorn.h
|
||||
core.cpp
|
||||
core.h
|
||||
core_cpu.cpp
|
||||
core_cpu.h
|
||||
core_timing.cpp
|
||||
core_timing.h
|
||||
file_sys/directory.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue