mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
Fix Go!Explore🗺️🧭 issue with GetDirListing(/); closes #15932
This commit is contained in:
@@ -647,6 +647,9 @@ std::vector<PSPFileInfo> ISOFileSystem::GetDirListing(const std::string &path, b
|
||||
*exists = false;
|
||||
return myVector;
|
||||
}
|
||||
if (entry == &entireISO) {
|
||||
entry = GetFromPath("/");
|
||||
}
|
||||
|
||||
const std::string dot(".");
|
||||
const std::string dotdot("..");
|
||||
|
||||
Reference in New Issue
Block a user