draft work on memory allocation

This commit is contained in:
georgemoralis 2023-05-17 19:29:05 +03:00
parent 81ca77a464
commit 5f0b15e2fa
3 changed files with 62 additions and 1 deletions

View file

@ -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)