Doesn't seem like this is an issue anywhere.

This commit is contained in:
Unknown W. Brackets 2013-08-21 08:36:22 -07:00
parent ad8da6e02f
commit 2488bce9ef

View File

@ -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