diff options
| author | 2017-09-25 00:17:38 -0600 | |
|---|---|---|
| committer | 2017-09-25 08:17:38 +0200 | |
| commit | c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84 (patch) | |
| tree | d56b08a52a11f229e9ce30aeda2b22bfccd48034 /src/core/CMakeLists.txt | |
| parent | Services/UDS: Added a function to send EAPoL-Start packets (#2920) (diff) | |
| download | yuzu-c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84.tar.gz yuzu-c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84.tar.xz yuzu-c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84.zip | |
Loader/NCCH: Add support for loading application updates (#2927)
* loader/ncch: split NCCH parsing into its own file
* loader/ncch: add support for loading update NCCHs from the SD card
* loader/ncch: fix formatting
* file_sys/ncch_container: Return a value for OpenFile
* loader/ncch: cleanup, always instantiate overlay_ncch to base_ncch
* file_sys/ncch_container: better encryption checks, allow non-app NCCHs to load properly and for the existence of NCCH structures to be checked
* file_sys/ncch_container: pass filepath as a const reference
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index cd1a8de2d..3ed619991 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -26,6 +26,7 @@ set(SRCS | |||
| 26 | file_sys/archive_systemsavedata.cpp | 26 | file_sys/archive_systemsavedata.cpp |
| 27 | file_sys/disk_archive.cpp | 27 | file_sys/disk_archive.cpp |
| 28 | file_sys/ivfc_archive.cpp | 28 | file_sys/ivfc_archive.cpp |
| 29 | file_sys/ncch_container.cpp | ||
| 29 | file_sys/path_parser.cpp | 30 | file_sys/path_parser.cpp |
| 30 | file_sys/savedata_archive.cpp | 31 | file_sys/savedata_archive.cpp |
| 31 | frontend/camera/blank_camera.cpp | 32 | frontend/camera/blank_camera.cpp |