mirror of
https://github.com/libretro/RetroArch
synced 2025-04-04 22:20:25 +00:00
Create fall-through for DISPLAYLIST_MAIN_MENU
This commit is contained in:
parent
8ac72b21b9
commit
fffa650d77
@ -2324,12 +2324,10 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
|||||||
menu_entries_push(info->list, info->path, info->label, info->type, info->directory_ptr, 0);
|
menu_entries_push(info->list, info->path, info->label, info->type, info->directory_ptr, 0);
|
||||||
menu->push_help_screen = false;
|
menu->push_help_screen = false;
|
||||||
break;
|
break;
|
||||||
case DISPLAYLIST_MAIN_MENU:
|
|
||||||
ret = menu_displaylist_parse_settings(menu, info, info->flags);
|
|
||||||
need_push = true;
|
|
||||||
break;
|
|
||||||
case DISPLAYLIST_SETTINGS:
|
case DISPLAYLIST_SETTINGS:
|
||||||
info->flags = SL_FLAG_SETTINGS_GROUP_ALL;
|
info->flags = SL_FLAG_SETTINGS_GROUP_ALL;
|
||||||
|
/* fall-through */
|
||||||
|
case DISPLAYLIST_MAIN_MENU:
|
||||||
ret = menu_displaylist_parse_settings(menu, info, info->flags);
|
ret = menu_displaylist_parse_settings(menu, info, info->flags);
|
||||||
need_push = true;
|
need_push = true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user