mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
xmb_menu_init_list - use menu_entries_add_enum
This commit is contained in:
parent
def3ea9f0a
commit
5f064245c8
@ -3195,8 +3195,10 @@ static bool xmb_menu_init_list(void *data)
|
||||
strlcpy(info.label,
|
||||
menu_hash_to_str(MENU_VALUE_MAIN_MENU), sizeof(info.label));
|
||||
|
||||
menu_entries_add(menu_stack, info.path,
|
||||
info.label, info.type, info.flags, 0);
|
||||
menu_entries_add_enum(menu_stack, info.path,
|
||||
info.label,
|
||||
MENU_ENUM_LABEL_VALUE_MAIN_MENU,
|
||||
info.type, info.flags, 0);
|
||||
|
||||
info.list = selection_buf;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user