(CocoaTouch) Buildfix

This commit is contained in:
twinaphex 2015-12-11 15:55:47 +01:00
parent c90737388b
commit 9216fc9421

View File

@ -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;
}
}