mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
(iOS) Buildfix
This commit is contained in:
parent
f7b3059dcd
commit
3433a515d1
@ -746,7 +746,7 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
- (void)menuSelect: (uint32_t) i
|
||||
{
|
||||
menu_entry_select(i);
|
||||
rarch_main_data_iterate(false);
|
||||
rarch_main_data_iterate();
|
||||
}
|
||||
|
||||
- (void)menuBack
|
||||
|
Loading…
Reference in New Issue
Block a user