mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Typo...
This commit is contained in:
parent
33be3da057
commit
5fc293287a
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@ IdentifiedFileType Identify_File(std::string &filename)
|
|||
}
|
||||
|
||||
|
||||
// First, check if it's a directory with an EBOOT.PBP in it. if (info.isDirectory) {
|
||||
// First, check if it's a directory with an EBOOT.PBP in it.
|
||||
if (info.isDirectory) {
|
||||
if (filename.size() > 4) {
|
||||
FileInfo ebootInfo;
|
||||
// Check for existence of EBOOT.PBP, as required for "Directory games".
|
||||
|
|
Loading…
Add table
Reference in a new issue