diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-09-29 22:15:16 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-10-01 16:02:50 -0400 |
| commit | 42fb4e82d3239f9d2fa4e5369ac58436c96b7466 (patch) | |
| tree | 694b060997a6e558baca5a04960816ea9b66f206 /src/core/CMakeLists.txt | |
| parent | 4c2a94fa94e0192402c816c74f5a09061e3df520 (diff) | |
patch_manager: Add PatchNSO function
While PatchExeFS operated on the entire directory, this function operates on the uncompressed NSO. Avoids copying decompression code to PatchManager.
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 23fd6e920..a98dbb9ab 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -34,6 +34,8 @@ add_library(core STATIC file_sys/errors.h file_sys/fsmitm_romfsbuild.cpp file_sys/fsmitm_romfsbuild.h + file_sys/ips_layer.cpp + file_sys/ips_layer.h file_sys/mode.h file_sys/nca_metadata.cpp file_sys/nca_metadata.h |
