mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +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
|
- (void)menuSelect: (uint32_t) i
|
||||||
{
|
{
|
||||||
menu_entry_select(i);
|
menu_entry_select(i);
|
||||||
|
[self willReloadData];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)menuBack
|
- (void)menuBack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user