mirror of
https://github.com/libretro/RetroArch
synced 2025-01-15 23:02:24 +00:00
Cleanup
This commit is contained in:
parent
47fc8fe3c0
commit
48e83ba02a
@ -22,9 +22,7 @@
|
|||||||
|
|
||||||
struct string_list *dir_list_new_special(const char *input_dir, enum dir_list_type type, const char *filter)
|
struct string_list *dir_list_new_special(const char *input_dir, enum dir_list_type type, const char *filter)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_DYLIB
|
|
||||||
char ext_name[PATH_MAX_LENGTH];
|
char ext_name[PATH_MAX_LENGTH];
|
||||||
#endif
|
|
||||||
const char *dir = NULL;
|
const char *dir = NULL;
|
||||||
const char *exts = NULL;
|
const char *exts = NULL;
|
||||||
bool include_dirs = false;
|
bool include_dirs = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user