mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Silence Coverity warning
This commit is contained in:
parent
882a65685d
commit
ec3a4e219b
@ -3319,7 +3319,6 @@ static int menu_displaylist_parse_cores(
|
||||
enum menu_displaylist_ctl_state type)
|
||||
{
|
||||
size_t i, list_size;
|
||||
bool filter_ext = true;
|
||||
struct string_list *str_list = NULL;
|
||||
unsigned items_found = 0;
|
||||
settings_t *settings = config_get_ptr();
|
||||
@ -3332,8 +3331,7 @@ static int menu_displaylist_parse_cores(
|
||||
return 0;
|
||||
}
|
||||
|
||||
str_list = dir_list_new(info->path,
|
||||
filter_ext ? info->exts : NULL,
|
||||
str_list = dir_list_new(info->path, info->exts,
|
||||
true, settings->show_hidden_files, true, false);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user