mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Forgot a break;
This commit is contained in:
parent
acf332dce4
commit
33c9afda17
@ -77,6 +77,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||
ret = menu_entries_parse_list(info->list, info->menu_list,
|
||||
info->path, info->label, info->type,
|
||||
info->type_default, info->exts, NULL);
|
||||
break;
|
||||
case DISPLAYLIST_PERFCOUNTER_SELECTION:
|
||||
menu_list_clear(info->list);
|
||||
menu_list_push(info->list, "Frontend Counters", "frontend_counters",
|
||||
|
Loading…
x
Reference in New Issue
Block a user