mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +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)
|
enum menu_displaylist_ctl_state type)
|
||||||
{
|
{
|
||||||
size_t i, list_size;
|
size_t i, list_size;
|
||||||
bool filter_ext = true;
|
|
||||||
struct string_list *str_list = NULL;
|
struct string_list *str_list = NULL;
|
||||||
unsigned items_found = 0;
|
unsigned items_found = 0;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
@ -3332,8 +3331,7 @@ static int menu_displaylist_parse_cores(
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
str_list = dir_list_new(info->path,
|
str_list = dir_list_new(info->path, info->exts,
|
||||||
filter_ext ? info->exts : NULL,
|
|
||||||
true, settings->show_hidden_files, true, false);
|
true, settings->show_hidden_files, true, false);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user