mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Improve default ini, logging fixes
This commit is contained in:
@@ -79,7 +79,6 @@ static bool RealPath(const std::string ¤tDirectory, const std::string &inP
|
||||
size_t inLen = inPath.length();
|
||||
if (inLen == 0)
|
||||
{
|
||||
WARN_LOG(FILESYS, "RealPath: inPath is empty");
|
||||
outPath = currentDirectory;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user