mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	layered_fs: Fix missing file size update
This was a silly typo from a previous change.
This commit is contained in:
		
							parent
							
								
									4273b967b5
								
							
						
					
					
						commit
						8eacfceb6a
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -177,6 +177,7 @@ void LayeredFS::LoadRelocations() { | |||
|         auto* file = file_path_map.at(path); | ||||
|         file->relocation.type = 1; | ||||
|         file->relocation.replace_file_path = directory + virtual_name; | ||||
|         file->relocation.size = FileUtil::GetSize(directory + virtual_name); | ||||
|         LOG_INFO(Service_FS, "LayeredFS replacement file in use for {}", path); | ||||
|         return true; | ||||
|     }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue