mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
(menu_entries.c) Don't ignore empty result sets for ST_DIR
This commit is contained in:
parent
aafc24ac32
commit
7ad9e989cf
@ -367,14 +367,15 @@ int menu_entries_parse_list(
|
||||
settings->menu.navigation.browser.filter.supported_extensions_enable
|
||||
? exts : NULL, true);
|
||||
|
||||
if (push_dir)
|
||||
menu_list_push(list, "<Use this directory>", "",
|
||||
MENU_FILE_USE_DIRECTORY, 0);
|
||||
|
||||
if (!str_list)
|
||||
return -1;
|
||||
|
||||
dir_list_sort(str_list, true);
|
||||
|
||||
if (push_dir)
|
||||
menu_list_push(list, "<Use this directory>", "",
|
||||
MENU_FILE_USE_DIRECTORY, 0);
|
||||
|
||||
list_size = str_list->size;
|
||||
for (i = 0; i < str_list->size; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user