mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	fix clang format
This commit is contained in:
		
							parent
							
								
									d9ae4c332d
								
							
						
					
					
						commit
						b81c9bd738
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -261,8 +261,8 @@ ResultStatus AppLoader_NCCH::DumpRomFS(const std::string& target_path) { | ||||||
| ResultStatus AppLoader_NCCH::DumpUpdateRomFS(const std::string& target_path) { | ResultStatus AppLoader_NCCH::DumpUpdateRomFS(const std::string& target_path) { | ||||||
|     u64 program_id; |     u64 program_id; | ||||||
|     ReadProgramId(program_id); |     ReadProgramId(program_id); | ||||||
|     update_ncch.OpenFile(Service::AM::GetTitleContentPath(Service::FS::MediaType::SDMC, |     update_ncch.OpenFile( | ||||||
|                                                           program_id | UPDATE_MASK)); |         Service::AM::GetTitleContentPath(Service::FS::MediaType::SDMC, program_id | UPDATE_MASK)); | ||||||
|     return update_ncch.DumpRomFS(target_path); |     return update_ncch.DumpRomFS(target_path); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue