mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +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…
	
		Reference in New Issue
	
	Block a user