mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-04 16:26:25 +00:00
Cleanups
This commit is contained in:
parent
824a619b90
commit
3cecdcdd7d
@ -99,9 +99,9 @@ struct string_list *dir_list_new_special(const char *input_dir,
|
||||
core_info_list_t *list = NULL;
|
||||
core_info_get_list(&list);
|
||||
|
||||
dir = input_dir;
|
||||
dir = input_dir;
|
||||
|
||||
if (exts && list)
|
||||
if (list)
|
||||
exts = list->all_ext;
|
||||
recursive = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user