diff options
| author | 2019-09-05 10:56:32 +1000 | |
|---|---|---|
| committer | 2019-09-05 10:56:32 +1000 | |
| commit | 8795645d97d5ba1e4e37f932ab0f38e2033ffdeb (patch) | |
| tree | 11e96da8a678b500066f76d986f9db650a5f340a /src/core/CMakeLists.txt | |
| parent | Merge pull request #2807 from FearlessTobi/port-4864 (diff) | |
| parent | system_archive: Add open-source reimplementation of MiiModel data (diff) | |
| download | yuzu-8795645d97d5ba1e4e37f932ab0f38e2033ffdeb.tar.gz yuzu-8795645d97d5ba1e4e37f932ab0f38e2033ffdeb.tar.xz yuzu-8795645d97d5ba1e4e37f932ab0f38e2033ffdeb.zip | |
Merge pull request #2707 from DarkLordZach/oss-miimodel
system_archive: Add open-source reimplementation of MiiModel data
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 5462decee..877a9e353 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -70,6 +70,8 @@ add_library(core STATIC | |||
| 70 | file_sys/sdmc_factory.h | 70 | file_sys/sdmc_factory.h |
| 71 | file_sys/submission_package.cpp | 71 | file_sys/submission_package.cpp |
| 72 | file_sys/submission_package.h | 72 | file_sys/submission_package.h |
| 73 | file_sys/system_archive/mii_model.cpp | ||
| 74 | file_sys/system_archive/mii_model.h | ||
| 73 | file_sys/system_archive/ng_word.cpp | 75 | file_sys/system_archive/ng_word.cpp |
| 74 | file_sys/system_archive/ng_word.h | 76 | file_sys/system_archive/ng_word.h |
| 75 | file_sys/system_archive/system_archive.cpp | 77 | file_sys/system_archive/system_archive.cpp |