Create DISPLAYLIST_HORIZONTAL

This commit is contained in:
twinaphex 2015-05-12 12:51:41 +02:00
parent ecb0168f63
commit 16e49a9d5b
2 changed files with 3 additions and 0 deletions

View File

@ -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:

View File

@ -30,6 +30,7 @@ enum
DISPLAYLIST_NONE = 0,
DISPLAYLIST_MAIN_MENU,
DISPLAYLIST_SETTINGS,
DISPLAYLIST_HORIZONTAL,
DISPLAYLIST_DEFAULT,
DISPLAYLIST_CORES,
DISPLAYLIST_CORES_DETECTED,