Fix build

This commit is contained in:
twinaphex 2020-02-26 22:00:59 +01:00
parent a6c9bb95f0
commit 0ae51061f6

View File

@ -642,8 +642,11 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
switch (buttonIndex) switch (buttonIndex)
{ {
case 0: case 0:
iter.action = MENU_ACTION_OK; {
menu_driver_iterate(&iter); retro_time_t current_time = cpu_features_get_time_usec();
iter.action = MENU_ACTION_OK;
menu_driver_iterate(&iter, current_time);
}
break; break;
} }
} }