mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
Add a flags field to HLEFunction. Fix a small path issue.
This commit is contained in:
@@ -223,6 +223,9 @@ ISOFileSystem::TreeEntry *ISOFileSystem::GetFromPath(std::string path)
|
||||
return &entireISO;
|
||||
}
|
||||
|
||||
if (path.substr(0,2) == "./")
|
||||
path.erase(0,2);
|
||||
|
||||
if (path[0] == '/')
|
||||
path.erase(0,1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user