mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
(iOS) Buildfix
This commit is contained in:
parent
5fbfabab5b
commit
2f6dc858e2
@ -615,8 +615,11 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
|||||||
switch (buttonIndex)
|
switch (buttonIndex)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
generic_menu_iterate(MENU_ACTION_OK);
|
{
|
||||||
break;
|
menu_handle_t *driver = menu_driver_get_ptr();
|
||||||
|
generic_menu_iterate(driver, driver ? driver->userdata : NULL, MENU_ACTION_OK);
|
||||||
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user