fsmitm: Cleanup and modernize fsmitm port
This commit is contained in:
parent
ba0873d33c
commit
b3c2ec362b
22 changed files with 379 additions and 379 deletions
|
@ -784,7 +784,7 @@ void GMainWindow::OnGameListDumpRomFS(u64 program_id, const std::string& game_pa
|
|||
? FileSys::PatchManager(program_id).PatchRomFS(file, loader->ReadRomFSIVFCOffset())
|
||||
: file;
|
||||
|
||||
const auto extracted = FileSys::ExtractRomFS(romfs, false);
|
||||
const auto extracted = FileSys::ExtractRomFS(romfs, FileSys::RomFSExtractionType::Full);
|
||||
if (extracted == nullptr) {
|
||||
failed();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue