mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +00:00
(iOS) Buildfix
This commit is contained in:
parent
32223fa1ba
commit
565b5d19c9
@ -746,7 +746,7 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
- (void)menuSelect: (uint32_t) i
|
||||
{
|
||||
menu_entry_select(i);
|
||||
rarch_main_data_iterate();
|
||||
rarch_main_data_iterate(false);
|
||||
}
|
||||
|
||||
- (void)menuBack
|
||||
|
Loading…
Reference in New Issue
Block a user