Confirmed: PSP ignores .. beyond root.

This commit is contained in:
KentuckyCompass 2012-12-27 05:27:13 -08:00
parent 5fbac21813
commit 33429ebf93

View File

@ -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