file_sys/archive_ncch: Use AM to get title content path, add ExeFS support and support for additional content indexes

This commit is contained in:
shinyquagsire23 2017-10-05 16:24:56 -06:00
parent a4af750759
commit 1ac5137655
3 changed files with 249 additions and 51 deletions

View file

@ -559,7 +559,7 @@ void RegisterArchiveTypes() {
sharedextsavedata_factory->GetMountPoint().c_str());
// Create the NCCH archive, basically a small variation of the RomFS archive
auto savedatacheck_factory = std::make_unique<FileSys::ArchiveFactory_NCCH>(nand_directory);
auto savedatacheck_factory = std::make_unique<FileSys::ArchiveFactory_NCCH>();
RegisterArchiveType(std::move(savedatacheck_factory), ArchiveIdCode::NCCH);
auto systemsavedata_factory =