Fix Call of Duty Road to Victory black screen caused by Pangya fix. It was just a simple oversight.

This commit is contained in:
The Dax
2013-05-30 23:02:53 -04:00
parent 77e4a8008b
commit e4e642b2a7
2 changed files with 6 additions and 4 deletions

View File

@@ -195,7 +195,6 @@ bool MetaFileSystem::MapFilePath(const std::string &_inpath, std::string &outpat
{
errorCode = 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, startingDirectory.c_str());
return false;
}
else
{