mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Improve sceIo to pass io autotest.
io/io, io/cwd, io/directory ok io/file still have a file mode fail
This commit is contained in:
@@ -71,8 +71,9 @@ static bool RealPath(const std::string ¤tDirectory, const std::string &inP
|
||||
size_t inLen = inPath.length();
|
||||
if (inLen == 0)
|
||||
{
|
||||
ERROR_LOG(HLE, "RealPath: inPath is empty");
|
||||
return false;
|
||||
WARN_LOG(HLE, "RealPath: inPath is empty");
|
||||
outPath = currentDirectory;
|
||||
return true;
|
||||
}
|
||||
|
||||
size_t inColon = inPath.find(':');
|
||||
|
||||
Reference in New Issue
Block a user