mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Use menu_entries_add_enum
This commit is contained in:
parent
3864574541
commit
e1002719c0
@ -436,7 +436,9 @@ int generic_action_ok_displaylist_push(const char *path,
|
||||
info.list = selection_buf;
|
||||
info_path = menu_hash_to_str(MENU_LABEL_VALUE_CONTENT_SETTINGS);
|
||||
info_label = menu_hash_to_str(MENU_LABEL_CONTENT_SETTINGS);
|
||||
menu_entries_add(menu_stack, info_path, info_label, 0, 0, 0);
|
||||
menu_entries_add_enum(menu_stack, info_path, info_label,
|
||||
MENU_ENUM_LABEL_CONTENT_SETTINGS,
|
||||
0, 0, 0);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user