file_sys: Add functions to manage system archive importing

Provides a couple of functions that simply clearing and adding to imported sysdata.
This commit is contained in:
Zach Hilman
2019-10-15 14:36:52 -04:00
parent 0378babd15
commit 7fa34900e7
3 changed files with 79 additions and 0 deletions

View File

@@ -86,6 +86,8 @@ add_library(core STATIC
file_sys/system_archive/data/font_nintendo_extended.h
file_sys/system_archive/data/font_standard.cpp
file_sys/system_archive/data/font_standard.h
file_sys/system_archive/importer.cpp
file_sys/system_archive/importer.h
file_sys/system_archive/mii_model.cpp
file_sys/system_archive/mii_model.h
file_sys/system_archive/ng_word.cpp