Add IOFile and headers for NCSD/NCCH

This commit is contained in:
wheremyfoodat 2022-10-01 03:28:12 +03:00
parent 7ba5c5a1bc
commit 9a040e1cde
4 changed files with 116 additions and 1 deletions

View file

@ -66,7 +66,7 @@ set(HEADER_FILES include/emulator.hpp include/helpers.hpp include/opengl.hpp inc
include/services/gsp_gpu.hpp include/services/gsp_lcd.hpp include/arm_defs.hpp
include/PICA/gpu.hpp include/PICA/regs.hpp include/services/ndm.hpp
include/PICA/shader.hpp include/PICA/shader_unit.hpp include/PICA/float_types.hpp
include/logger.hpp
include/logger.hpp include/loader/ncch.hpp include/loader/ncsd.hpp include/io_file.hpp
)
set(THIRD_PARTY_SOURCE_FILES third_party/imgui/imgui.cpp