mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Cleanup
This commit is contained in:
parent
26f5a1d26a
commit
791f60dba8
@ -1754,12 +1754,13 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||
case DISPLAYLIST_NONE:
|
||||
break;
|
||||
case DISPLAYLIST_MAIN_MENU:
|
||||
menu_list_clear(info->list);
|
||||
|
||||
menu->list_settings = setting_new(SL_FLAG_ALL);
|
||||
|
||||
menu_list_push(menu_list->menu_stack,
|
||||
info->path, info->label, info->type, info->flags);
|
||||
menu_navigation_clear(nav, true);
|
||||
menu_list_clear(info->list);
|
||||
ret = menu_entries_push_list(menu, info, info->flags);
|
||||
need_push = true;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user