mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(menu_displaylist.c) Cleanups
This commit is contained in:
parent
61beed6ddb
commit
fc9f51b041
@ -1310,12 +1310,8 @@ static void menu_displaylist_push_horizontal_menu_list_content(
|
|||||||
file_list_t *list, core_info_t *info, const char* path)
|
file_list_t *list, core_info_t *info, const char* path)
|
||||||
{
|
{
|
||||||
unsigned j;
|
unsigned j;
|
||||||
struct string_list *str_list = NULL;
|
struct string_list *str_list =
|
||||||
|
dir_list_new(path, info->supported_extensions, true);
|
||||||
if (!info)
|
|
||||||
return;
|
|
||||||
|
|
||||||
str_list = dir_list_new(path, info->supported_extensions, true);
|
|
||||||
|
|
||||||
if (!str_list)
|
if (!str_list)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user