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:
parent
a4af750759
commit
1ac5137655
3 changed files with 249 additions and 51 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue