early-access version 3806

This commit is contained in:
pineappleEA
2023-08-14 17:04:57 +02:00
parent 276173afdd
commit defee84cc1
74 changed files with 8030 additions and 677 deletions

View File

@@ -139,7 +139,7 @@ FileSys::VirtualFile GetOfflineRomFS(Core::System& system, u64 title_id,
const FileSys::PatchManager pm{title_id, system.GetFileSystemController(),
system.GetContentProvider()};
return pm.PatchRomFS(nca->GetRomFS(), nca->GetBaseIVFCOffset(), nca_type);
return pm.PatchRomFS(nca.get(), nca->GetRomFS(), nca_type);
}
}