mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Fix issue with lazy loading directory entries. Fixes #8613.
This commit is contained in:
parent
082d839965
commit
d4e432dadd
@ -310,6 +310,8 @@ ISOFileSystem::TreeEntry *ISOFileSystem::GetFromPath(const std::string &path, bo
|
||||
|
||||
if (nextEntry) {
|
||||
entry = nextEntry;
|
||||
if (!entry->valid)
|
||||
ReadDirectory(entry);
|
||||
pathIndex += name.length();
|
||||
if (pathIndex < pathLength && path[pathIndex] == '/')
|
||||
++pathIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user