mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Don't warn for umd0: and ms0:, not problems.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user