mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 08:17:54 +00:00
core: Move Freezer class to tools namespace
This commit is contained in:
parent
89cb67c76e
commit
c0126e6779
4 changed files with 17 additions and 17 deletions
|
@ -454,8 +454,6 @@ add_library(core STATIC
|
|||
loader/nsp.h
|
||||
loader/xci.cpp
|
||||
loader/xci.h
|
||||
memory/freezer.cpp
|
||||
memory/freezer.h
|
||||
memory.cpp
|
||||
memory.h
|
||||
memory_setup.h
|
||||
|
@ -465,6 +463,8 @@ add_library(core STATIC
|
|||
settings.h
|
||||
telemetry_session.cpp
|
||||
telemetry_session.h
|
||||
tools/freezer.cpp
|
||||
tools/freezer.h
|
||||
)
|
||||
|
||||
create_target_directory_groups(core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue