mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Assorted plumbing.
wip Buildfix
This commit is contained in:
@@ -285,8 +285,7 @@ int VirtualDiscFileSystem::getFileListIndex(std::string &fileName)
|
||||
#endif
|
||||
}
|
||||
|
||||
FileType type = File::IsDirectory(fullName) ? FILETYPE_DIRECTORY : FILETYPE_NORMAL;
|
||||
if (type == FILETYPE_DIRECTORY)
|
||||
if (File::IsDirectory(fullName))
|
||||
return -1;
|
||||
|
||||
FileListEntry entry = {""};
|
||||
|
||||
Reference in New Issue
Block a user