refactoring virtual_memory

This commit is contained in:
georgemoralis
2023-08-06 22:52:20 +03:00
parent 1e57ccc6ec
commit 3cb89c4b5c
5 changed files with 30 additions and 36 deletions

View File

@@ -31,8 +31,8 @@ add_executable(shadps4
src/GUI/ElfViewer.h
src/Util/Log.h
src/Util/Log.cpp
src/Core/Memory.cpp
src/Core/Memory.h
"src/Core/virtual_memory.cpp"
"src/Core/virtual_memory.h"
src/Core/PS4/Linker.cpp
src/Core/PS4/Linker.h
src/Lib/Threads.cpp