mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 22:00:05 +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
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue