mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Doesn't seem like this is an issue anywhere.
This commit is contained in:
parent
ad8da6e02f
commit
2488bce9ef
@ -195,7 +195,7 @@ bool MetaFileSystem::MapFilePath(const std::string &_inpath, std::string &outpat
|
|||||||
if (inpath.find(':') == std::string::npos /* means path is relative */)
|
if (inpath.find(':') == std::string::npos /* means path is relative */)
|
||||||
{
|
{
|
||||||
lastOpenError = SCE_KERNEL_ERROR_NOCWD;
|
lastOpenError = SCE_KERNEL_ERROR_NOCWD;
|
||||||
WARN_LOG_REPORT(HLE, "Path is relative, but current directory not set for thread %i. returning 8002032C(SCE_KERNEL_ERROR_NOCWD) instead.", currentThread);
|
WARN_LOG(HLE, "Path is relative, but current directory not set for thread %i. returning 8002032C(SCE_KERNEL_ERROR_NOCWD) instead.", currentThread);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user