load param.sfo

This commit is contained in:
InoriRus
2022-05-31 16:18:55 +10:00
parent 50b54b2607
commit 877560b7f6
54 changed files with 10562 additions and 245 deletions
+2
View File
@@ -5,6 +5,7 @@ file(GLOB emulator_src
src/Graphics/*.cpp
src/Graphics/Objects/*.cpp
src/Kernel/*.cpp
src/Loader/*.cpp
include/*.h
)
@@ -27,6 +28,7 @@ list(APPEND inc_headers
${CMAKE_SOURCE_DIR}/3rdparty/easy_profiler/include
${CMAKE_SOURCE_DIR}/3rdparty/xxhash/include
${CMAKE_SOURCE_DIR}/3rdparty/cpuinfo/include
${CMAKE_SOURCE_DIR}/3rdparty/stb
)
if (MSVC AND CLANG)