early-access version 3961

This commit is contained in:
pineappleEA
2023-11-01 16:15:15 +01:00
parent 1395e25bb0
commit 7ae770f1a9
7 changed files with 53 additions and 75 deletions
+1 -1
View File
@@ -2738,7 +2738,7 @@ void GMainWindow::OnGameListDumpRomFS(u64 program_id, const std::string& game_pa
return;
}
const auto extracted = FileSys::ExtractRomFS(romfs, FileSys::RomFSExtractionType::Full);
const auto extracted = FileSys::ExtractRomFS(romfs);
if (extracted == nullptr) {
failed();
return;