system_archive: Add open-source reimplementation of MiiModel data

This commit is contained in:
Zach Hilman 2019-07-10 07:21:36 -04:00
parent 05d55b0fd7
commit adab188c2b
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