mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Update Directory for DJmax
This commit is contained in:
@@ -842,7 +842,7 @@ std::vector<PSPFileInfo> DirectoryFileSystem::GetDirListing(const std::string &p
|
||||
if (entry.name.size() > 2 && !startsWithNoCase(entry.name, gameID)) {
|
||||
continue;
|
||||
}
|
||||
} else if (file.name == "GAME" || file.name == "TEXTURES" || file.name == "PPSSPP_STATE" || equalsNoCase(file.name, "Cheats")) {
|
||||
} else if (file.name == "GAME" || file.name == "TEXTURES" || file.name == "PPSSPP_STATE" || file.name == "PLUGINS" || file.name == "SYSTEM" || equalsNoCase(file.name, "Cheats")) {
|
||||
// The game scans these folders on startup which can take time. Skip them.
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user