mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Fix build
This commit is contained in:
parent
a6c9bb95f0
commit
0ae51061f6
@ -642,8 +642,11 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
switch (buttonIndex)
|
||||
{
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user