mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Fix build
This commit is contained in:
parent
a6c9bb95f0
commit
0ae51061f6
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user