mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Update src/yuzu/main.cpp with missing const
Co-Authored-By: Mat M. <mathew1800@gmail.com>
This commit is contained in:
		
							parent
							
								
									dd43d725c6
								
							
						
					
					
						commit
						bcd0444bb9
					
				| @ -1304,7 +1304,7 @@ void GMainWindow::OnGameListDumpRomFS(u64 program_id, const std::string& game_pa | |||||||
|     FileSys::VirtualFile romfs; |     FileSys::VirtualFile romfs; | ||||||
| 
 | 
 | ||||||
|     if (*romfs_title_id == program_id) { |     if (*romfs_title_id == program_id) { | ||||||
|         u64 ivfc_offset = loader->ReadRomFSIVFCOffset(); |         const u64 ivfc_offset = loader->ReadRomFSIVFCOffset(); | ||||||
|         FileSys::PatchManager pm{program_id}; |         FileSys::PatchManager pm{program_id}; | ||||||
|         romfs = pm.PatchRomFS(file, ivfc_offset, FileSys::ContentRecordType::Program); |         romfs = pm.PatchRomFS(file, ivfc_offset, FileSys::ContentRecordType::Program); | ||||||
|     } else { |     } else { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Ben Russell
						Ben Russell