file_sys: Repurpose 3DS IVFC code for Switch ROMFS.

This commit is contained in:
bunnei 2018-01-19 21:45:07 -05:00
parent 4c07dde472
commit 2f71a32363
3 changed files with 43 additions and 51 deletions

View file

@ -13,10 +13,10 @@ add_library(core STATIC
file_sys/disk_archive.h
file_sys/errors.h
file_sys/file_backend.h
file_sys/ivfc_archive.cpp
file_sys/ivfc_archive.h
file_sys/path_parser.cpp
file_sys/path_parser.h
file_sys/romfs_archive.cpp
file_sys/romfs_archive.h
file_sys/savedata_archive.cpp
file_sys/savedata_archive.h
file_sys/title_metadata.cpp