mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
menu_entries_init - use SL_LIST_ALL
This commit is contained in:
parent
d080c74464
commit
5b3865d687
@ -434,7 +434,7 @@ bool menu_entries_init(menu_handle_t *menu)
|
||||
if (!menu)
|
||||
return false;
|
||||
|
||||
menu->list_settings = setting_data_new(SL_FLAG_ALL_SETTINGS);
|
||||
menu->list_settings = setting_data_new(SL_FLAG_ALL);
|
||||
|
||||
menu_list_push_stack(menu->menu_list, "", "Main Menu", MENU_SETTINGS, 0);
|
||||
menu_navigation_clear(menu, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user