mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(CocoaTouch) Buildfix
This commit is contained in:
parent
88d069c3f7
commit
c23e6c2780
@ -933,7 +933,7 @@ uint32_t menu_select_entry(uint32_t i)
|
||||
cbs->action_start(entry.type, entry.label, MENU_ACTION_START);
|
||||
if (cbs && cbs->action_toggle)
|
||||
cbs->action_toggle(entry.type, entry.label, MENU_ACTION_RIGHT, true);
|
||||
menu_list_push_stack(menu_list, "",
|
||||
menu_list_push(menu_list->menu_stack, "",
|
||||
"info_screen", 0, i);
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user