mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 13:25:28 +00:00
Re-grab menu_stack pointer
This commit is contained in:
parent
a9b9f20a32
commit
07cb4fd445
@ -1332,6 +1332,8 @@ static bool zarch_menu_init_list(void *data)
|
||||
|
||||
strlcpy(info.label, menu_hash_to_str(MENU_VALUE_MAIN_MENU), sizeof(info.label));
|
||||
|
||||
menu_stack = menu_entries_get_menu_stack_ptr(1);
|
||||
|
||||
menu_entries_push(menu_stack, info.path, info.label, info.type, info.flags, 0);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user