mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Fix correct espace
This commit is contained in:
		
							parent
							
								
									35a085d567
								
							
						
					
					
						commit
						e674aa31af
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -45,8 +45,8 @@ FileType IdentifyFile(const std::string &filename) { | ||||||
|         return FileType::CCI; |         return FileType::CCI; | ||||||
|     } else if (extension == ".bin") { |     } else if (extension == ".bin") { | ||||||
|         return FileType::BIN; |         return FileType::BIN; | ||||||
| 	} else if (extension == ".3ds") { |     } else if (extension == ".3ds") { | ||||||
| 		return FileType::CCI; |         return FileType::CCI; | ||||||
|     } else if (extension == ".3dsx") { |     } else if (extension == ".3dsx") { | ||||||
|         return FileType::THREEDSX; |         return FileType::THREEDSX; | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue