diff options
| author | 2017-02-10 17:15:26 +0200 | |
|---|---|---|
| committer | 2017-02-13 13:57:38 +0200 | |
| commit | 20544977dab5b00a86c73572b94e7e75a7499f7a (patch) | |
| tree | 1c5f2e443a8c73d70cfbf52b0e5783f99d831802 /src/core/CMakeLists.txt | |
| parent | file_sys: add Self NCCH archive (diff) | |
| download | yuzu-20544977dab5b00a86c73572b94e7e75a7499f7a.tar.gz yuzu-20544977dab5b00a86c73572b94e7e75a7499f7a.tar.xz yuzu-20544977dab5b00a86c73572b94e7e75a7499f7a.zip | |
loader: use self NCCH archive
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index a4aa90477..8c2438831 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -20,7 +20,6 @@ set(SRCS | |||
| 20 | file_sys/archive_extsavedata.cpp | 20 | file_sys/archive_extsavedata.cpp |
| 21 | file_sys/archive_ncch.cpp | 21 | file_sys/archive_ncch.cpp |
| 22 | file_sys/archive_other_savedata.cpp | 22 | file_sys/archive_other_savedata.cpp |
| 23 | file_sys/archive_romfs.cpp | ||
| 24 | file_sys/archive_savedata.cpp | 23 | file_sys/archive_savedata.cpp |
| 25 | file_sys/archive_sdmc.cpp | 24 | file_sys/archive_sdmc.cpp |
| 26 | file_sys/archive_sdmcwriteonly.cpp | 25 | file_sys/archive_sdmcwriteonly.cpp |
| @@ -198,7 +197,6 @@ set(HEADERS | |||
| 198 | file_sys/archive_extsavedata.h | 197 | file_sys/archive_extsavedata.h |
| 199 | file_sys/archive_ncch.h | 198 | file_sys/archive_ncch.h |
| 200 | file_sys/archive_other_savedata.h | 199 | file_sys/archive_other_savedata.h |
| 201 | file_sys/archive_romfs.h | ||
| 202 | file_sys/archive_savedata.h | 200 | file_sys/archive_savedata.h |
| 203 | file_sys/archive_sdmc.h | 201 | file_sys/archive_sdmc.h |
| 204 | file_sys/archive_sdmcwriteonly.h | 202 | file_sys/archive_sdmcwriteonly.h |