diff options
author | bunnei <bunneidev@gmail.com> | 2019-06-21 20:28:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 20:28:18 +0200 |
commit | e2f7933b3f104e7e198d283f39a1b45956da4d3c (patch) | |
tree | b75ed405df5fc5d40f0ef3d04b221947d1c53672 /src/core/CMakeLists.txt | |
parent | Merge pull request #2482 from DarkLordZach/prepo (diff) | |
parent | kernel_executable: Optimize BLZ decompression (diff) | |
download | yuzu-e2f7933b3f104e7e198d283f39a1b45956da4d3c.tar yuzu-e2f7933b3f104e7e198d283f39a1b45956da4d3c.tar.gz yuzu-e2f7933b3f104e7e198d283f39a1b45956da4d3c.tar.bz2 yuzu-e2f7933b3f104e7e198d283f39a1b45956da4d3c.tar.lz yuzu-e2f7933b3f104e7e198d283f39a1b45956da4d3c.tar.xz yuzu-e2f7933b3f104e7e198d283f39a1b45956da4d3c.tar.zst yuzu-e2f7933b3f104e7e198d283f39a1b45956da4d3c.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 2fb65c131..cdb3bf6ab 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -45,6 +45,8 @@ add_library(core STATIC file_sys/fsmitm_romfsbuild.h file_sys/ips_layer.cpp file_sys/ips_layer.h + file_sys/kernel_executable.cpp + file_sys/kernel_executable.h file_sys/mode.h file_sys/nca_metadata.cpp file_sys/nca_metadata.h @@ -440,6 +442,8 @@ add_library(core STATIC loader/deconstructed_rom_directory.h loader/elf.cpp loader/elf.h + loader/kip.cpp + loader/kip.h loader/loader.cpp loader/loader.h loader/nax.cpp |