mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +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) { | ||||
|     u64 program_id; | ||||
|     ReadProgramId(program_id); | ||||
|     update_ncch.OpenFile(Service::AM::GetTitleContentPath(Service::FS::MediaType::SDMC, | ||||
|                                                           program_id | UPDATE_MASK)); | ||||
|     update_ncch.OpenFile( | ||||
|         Service::AM::GetTitleContentPath(Service::FS::MediaType::SDMC, program_id | UPDATE_MASK)); | ||||
|     return update_ncch.DumpRomFS(target_path); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue