diff options
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 506f75307..b44b4276c 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -1304,7 +1304,7 @@ void GMainWindow::OnGameListDumpRomFS(u64 program_id, const std::string& game_pa | |||
| 1304 | FileSys::VirtualFile romfs; | 1304 | FileSys::VirtualFile romfs; |
| 1305 | 1305 | ||
| 1306 | if (*romfs_title_id == program_id) { | 1306 | if (*romfs_title_id == program_id) { |
| 1307 | u64 ivfc_offset = loader->ReadRomFSIVFCOffset(); | 1307 | const u64 ivfc_offset = loader->ReadRomFSIVFCOffset(); |
| 1308 | FileSys::PatchManager pm{program_id}; | 1308 | FileSys::PatchManager pm{program_id}; |
| 1309 | romfs = pm.PatchRomFS(file, ivfc_offset, FileSys::ContentRecordType::Program); | 1309 | romfs = pm.PatchRomFS(file, ivfc_offset, FileSys::ContentRecordType::Program); |
| 1310 | } else { | 1310 | } else { |