mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-10-31 01:33:20 +00:00 
			
		
		
		
	Give CIA file type a name
Make `GetFileTypeString` return ‘CIA’ for CIA (CTR Importable Archive) files.
This commit is contained in:
		
							parent
							
								
									7cd5a653ff
								
							
						
					
					
						commit
						cd8be1846b
					
				| @ -77,6 +77,8 @@ static const char* GetFileTypeString(FileType type) { | ||||
|         return "NCSD"; | ||||
|     case FileType::CXI: | ||||
|         return "NCCH"; | ||||
|     case FileType::CIA: | ||||
|         return "CIA"; | ||||
|     case FileType::ELF: | ||||
|         return "ELF"; | ||||
|     case FileType::THREEDSX: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Benjamin Barenblat
						Benjamin Barenblat