mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(CocoaTouch) Call willReloadData after menuSelect
This commit is contained in:
parent
cc44f5b35f
commit
c12538c836
@ -741,6 +741,7 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
- (void)menuSelect: (uint32_t) i
|
||||
{
|
||||
menu_entry_select(i);
|
||||
[self willReloadData];
|
||||
}
|
||||
|
||||
- (void)menuBack
|
||||
|
Loading…
x
Reference in New Issue
Block a user