mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add an ERROR_LOG for GetDirListing not implemented on non-Windows.
This commit is contained in:
parent
3839179a09
commit
928150fbf4
1 changed files with 2 additions and 0 deletions
|
@ -318,6 +318,8 @@ std::vector<PSPFileInfo> DirectoryFileSystem::GetDirListing(std::string path) {
|
|||
if (!retval)
|
||||
break;
|
||||
}
|
||||
#else
|
||||
ERROR_LOG(HLE, "GetDirListing not implemented on non-Windows");
|
||||
#endif
|
||||
return myVector;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue