mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-03 22:17:08 +00:00
Confirmed: PSP ignores .. beyond root.
This commit is contained in:
parent
5fbac21813
commit
33429ebf93
@ -42,8 +42,8 @@ static bool ApplyPathStringToComponentsVector(std::vector<std::string> &vector,
|
||||
}
|
||||
else
|
||||
{
|
||||
// what does the real PSP do for "/../filename"?
|
||||
WARN_LOG(HLE, "RealPath: .. as first path component: \"%s\"", pathString.c_str());
|
||||
// The PSP silently ignores attempts to .. to parent of root directory
|
||||
WARN_LOG(HLE, "RealPath: ignoring .. beyond root - root directory is its own parent: \"%s\"", pathString.c_str());
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user