mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 06:43:17 +00:00
draft work on memory allocation
This commit is contained in:
parent
81ca77a464
commit
5f0b15e2fa
3 changed files with 62 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue