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.
This commit is contained in:
Zach Hilman 2018-09-29 22:15:16 -04:00
parent 4c2a94fa94
commit 42fb4e82d3
3 changed files with 104 additions and 0 deletions

View file

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