mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 05:08:43 +00:00
draft work on memory allocation
This commit is contained in:
@@ -26,7 +26,7 @@ add_executable(shadps4
|
||||
src/Loader/Elf.cpp
|
||||
src/Loader/Elf.h
|
||||
src/GUI/ElfViewer.cpp
|
||||
src/GUI/ElfViewer.h "src/Util/Log.h" "src/Util/Log.cpp")
|
||||
src/GUI/ElfViewer.h "src/Util/Log.h" "src/Util/Log.cpp" "src/Core/Memory.cpp" "src/Core/Memory.h")
|
||||
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user