mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 12:47:56 -05:00
Fix correct espace
This commit is contained in:
@ -45,8 +45,8 @@ FileType IdentifyFile(const std::string &filename) {
|
||||
return FileType::CCI;
|
||||
} else if (extension == ".bin") {
|
||||
return FileType::BIN;
|
||||
} else if (extension == ".3ds") {
|
||||
return FileType::CCI;
|
||||
} else if (extension == ".3ds") {
|
||||
return FileType::CCI;
|
||||
} else if (extension == ".3dsx") {
|
||||
return FileType::THREEDSX;
|
||||
}
|
||||
|
Reference in New Issue
Block a user