early-access version 4004

This commit is contained in:
pineappleEA
2023-12-02 17:14:16 +01:00
parent 82946e3f3d
commit ad11d18846
11 changed files with 39 additions and 44 deletions
-5
View File
@@ -2713,11 +2713,6 @@ void GMainWindow::OnGameListDumpRomFS(u64 program_id, const std::string& game_pa
}
const auto base_romfs = base_nca->GetRomFS();
if (!base_romfs) {
failed();
return;
}
const auto dump_dir =
target == DumpRomFSTarget::Normal
? Common::FS::GetYuzuPath(Common::FS::YuzuPath::DumpDir)