mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-11 18:33:41 +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(':');
|
||||
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;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user