mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-29 19:30:48 +00:00
Add an ERROR_LOG for GetDirListing not implemented on non-Windows.
This commit is contained in:
parent
3839179a09
commit
928150fbf4
@ -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…
Reference in New Issue
Block a user