mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-13 07:36:52 +00:00
(CocoaTouch) Buildfix
This commit is contained in:
parent
c90737388b
commit
9216fc9421
@ -615,10 +615,7 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
switch (buttonIndex)
|
||||
{
|
||||
case 0:
|
||||
{
|
||||
menu_handle_t *driver = menu_driver_get_ptr();
|
||||
generic_menu_iterate(driver, driver ? driver->userdata : NULL, MENU_ACTION_OK);
|
||||
}
|
||||
menu_driver_iterate(MENU_ACTION_OK);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user