mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-12 03:32:55 +00:00
Fix correct espace
This commit is contained in:
parent
35a085d567
commit
e674aa31af
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue