Merge pull request #1704 from DarkLordZach/oss-sysarchive

file_sys: Implement open source system archives
This commit is contained in:
bunnei 2018-12-04 19:59:52 -05:00 committed by GitHub
commit d08d4a366b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 227 additions and 1 deletions

View file

@ -63,6 +63,10 @@ add_library(core STATIC
file_sys/sdmc_factory.h
file_sys/submission_package.cpp
file_sys/submission_package.h
file_sys/system_archive/ng_word.cpp
file_sys/system_archive/ng_word.h
file_sys/system_archive/system_archive.cpp
file_sys/system_archive/system_archive.h
file_sys/vfs.cpp
file_sys/vfs.h
file_sys/vfs_concat.cpp