mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-03 14:09:45 +00:00
Don't warn for umd0: and ms0:, not problems.
This commit is contained in:
parent
1ee99f88e1
commit
25c07aa945
@ -81,8 +81,7 @@ static bool RealPath(const std::string ¤tDirectory, const std::string &inP
|
|||||||
size_t inColon = inPath.find(':');
|
size_t inColon = inPath.find(':');
|
||||||
if (inColon + 1 == inLen)
|
if (inColon + 1 == inLen)
|
||||||
{
|
{
|
||||||
WARN_LOG(HLE, "RealPath: inPath is all prefix and no path: \"%s\"", inPath.c_str());
|
// There's nothing after the colon, e.g. umd0: - this is perfectly valid.
|
||||||
|
|
||||||
outPath = inPath;
|
outPath = inPath;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user