Better hack for a path problem. Still don't get it.

This commit is contained in:
Henrik Rydgard
2012-12-18 00:01:40 +01:00
parent 3bd5cfed73
commit 2937928237
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ u32 DirectoryFileSystem::OpenFile(std::string filename, FileAccess access)
if (!success)
{
#ifdef _WIN32
ERROR_LOG(HLE, "DirectoryFileSystem::OpenFile: FAILED, %i", GetLastError());
ERROR_LOG(HLE, "DirectoryFileSystem::OpenFile: FAILED, %i - access = %i", GetLastError(), (int)access);
#endif
//wwwwaaaaahh!!
return 0;