mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
(iOS) Buildfix
This commit is contained in:
parent
2c607ed5d2
commit
184879f2bd
@ -707,7 +707,7 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
|
|||||||
if (cbs && cbs->action_start)
|
if (cbs && cbs->action_start)
|
||||||
cbs->action_start(type, entry_label, MENU_ACTION_START);
|
cbs->action_start(type, entry_label, MENU_ACTION_START);
|
||||||
if (cbs && cbs->action_toggle)
|
if (cbs && cbs->action_toggle)
|
||||||
cbs->action_toggle(type, entry_label, MENU_ACTION_RIGHT);
|
cbs->action_toggle(type, entry_label, MENU_ACTION_RIGHT, true);
|
||||||
menu_list_push_stack(menu->menu_list, "",
|
menu_list_push_stack(menu->menu_list, "",
|
||||||
"info_screen", 0, i);
|
"info_screen", 0, i);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user