mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
Ugh
This commit is contained in:
parent
f70b52a0df
commit
cee33327f8
2
file.c
2
file.c
@ -937,7 +937,7 @@ void dir_list_free(char **dir_list)
|
||||
bool path_is_directory(const char *path)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
return PathIsDirectory(buf) == FILE_ATTRIBUTE_DIRECTORY;
|
||||
return PathIsDirectory(path) == FILE_ATTRIBUTE_DIRECTORY;
|
||||
#elif defined(__CELLOS_LV2__)
|
||||
return false; // STUB
|
||||
#elif defined(XENON)
|
||||
|
Loading…
Reference in New Issue
Block a user