mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #3978 from zhaowenlan1779/remove-app-warning
core/loader: avoid "different type" warning for .app
This commit is contained in:
		
						commit
						14878a17d9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -57,7 +57,7 @@ FileType GuessFromExtension(const std::string& extension_) { | |||
|     if (extension == ".cci" || extension == ".3ds") | ||||
|         return FileType::CCI; | ||||
| 
 | ||||
|     if (extension == ".cxi") | ||||
|     if (extension == ".cxi" || extension == ".app") | ||||
|         return FileType::CXI; | ||||
| 
 | ||||
|     if (extension == ".3dsx") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue