mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
Minor cleanup.
This commit is contained in:
parent
1953ea7312
commit
f2a152f7c9
4
file.c
4
file.c
@ -937,9 +937,7 @@ bool path_is_directory(const char *path)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
return GetFileAttributes(path) == FILE_ATTRIBUTE_DIRECTORY;
|
||||
#elif defined(__CELLOS_LV2__)
|
||||
return false; // STUB
|
||||
#elif defined(XENON)
|
||||
#elif defined(__CELLOS_LV2__) || defined(XENON)
|
||||
// Dummy
|
||||
(void)path;
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user