mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-28 19:00:23 +00:00
Remove entire block again
This commit is contained in:
parent
0694e91fab
commit
48b07d46bf
@ -135,10 +135,6 @@ static bool RealPath(const std::string ¤tDirectory, const std::string &inP
|
||||
inAfterColon = inPath.substr(inColon + 1);
|
||||
}
|
||||
|
||||
// Special case: "disc0:" is different from "disc0:/", so keep track of the single slash.
|
||||
if (inAfterColon == "/")
|
||||
outPath = prefix + inAfterColon;
|
||||
|
||||
if (! ApplyPathStringToComponentsVector(cmpnts, inAfterColon) )
|
||||
{
|
||||
WARN_LOG(FILESYS, "RealPath: inPath is not a valid path: \"%s\"", inPath.c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user