mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #3771 from benru/dump-romfs-with-updates
Dump RomFS command to include Updates
This commit is contained in:
		
						commit
						8e64fb3225
					
				| @ -1304,7 +1304,9 @@ void GMainWindow::OnGameListDumpRomFS(u64 program_id, const std::string& game_pa | ||||
|     FileSys::VirtualFile romfs; | ||||
| 
 | ||||
|     if (*romfs_title_id == program_id) { | ||||
|         romfs = file; | ||||
|         const u64 ivfc_offset = loader->ReadRomFSIVFCOffset(); | ||||
|         FileSys::PatchManager pm{program_id}; | ||||
|         romfs = pm.PatchRomFS(file, ivfc_offset, FileSys::ContentRecordType::Program); | ||||
|     } else { | ||||
|         romfs = installed.GetEntry(*romfs_title_id, FileSys::ContentRecordType::Data)->GetRomFS(); | ||||
|     } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei