mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 12:11:03 +00:00
(iOS) Build fixes
This commit is contained in:
parent
86236a9007
commit
fb245c7b9e
@ -687,7 +687,7 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
|
||||
[RAMenuItemGeneralSetting
|
||||
itemForSetting:setting
|
||||
action:^{
|
||||
menu->selection_ptr = i;
|
||||
menu->navigation.selection_ptr = i;
|
||||
if (cbs && cbs->action_ok)
|
||||
cbs->action_ok(path, entry_label, type, i);
|
||||
}]];
|
||||
@ -699,7 +699,7 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
|
||||
[RAMenuItemBasic
|
||||
itemWithDescription:BOXSTRING(path_buf)
|
||||
action:^{
|
||||
menu->selection_ptr = i;
|
||||
menu->navigation.selection_ptr = i;
|
||||
if (cbs && cbs->action_ok)
|
||||
cbs->action_ok(path, entry_label, type, i);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user