Create DISPLAYLIST_HORIZONTAL
This commit is contained in:
parent
ecb0168f63
commit
16e49a9d5b
|
@ -340,6 +340,8 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
|||
ret = menu_entries_push_list(menu, info->list,
|
||||
info->path, info->label, info->type, info->flags);
|
||||
break;
|
||||
case DISPLAYLIST_HORIZONTAL:
|
||||
break;
|
||||
case DISPLAYLIST_DEFAULT:
|
||||
case DISPLAYLIST_CORES:
|
||||
case DISPLAYLIST_CORES_DETECTED:
|
||||
|
|
|
@ -30,6 +30,7 @@ enum
|
|||
DISPLAYLIST_NONE = 0,
|
||||
DISPLAYLIST_MAIN_MENU,
|
||||
DISPLAYLIST_SETTINGS,
|
||||
DISPLAYLIST_HORIZONTAL,
|
||||
DISPLAYLIST_DEFAULT,
|
||||
DISPLAYLIST_CORES,
|
||||
DISPLAYLIST_CORES_DETECTED,
|
||||
|
|
Loading…
Reference in New Issue