Merge pull request #2707 from DarkLordZach/oss-miimodel

system_archive: Add open-source reimplementation of MiiModel data
This commit is contained in:
David 2019-09-05 10:56:32 +10:00 committed by GitHub
commit 8795645d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 1 deletions

View file

@ -70,6 +70,8 @@ add_library(core STATIC
file_sys/sdmc_factory.h
file_sys/submission_package.cpp
file_sys/submission_package.h
file_sys/system_archive/mii_model.cpp
file_sys/system_archive/mii_model.h
file_sys/system_archive/ng_word.cpp
file_sys/system_archive/ng_word.h
file_sys/system_archive/system_archive.cpp