mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(iOS) Buildfix
This commit is contained in:
parent
21ede63df2
commit
15142fd0a9
@ -817,11 +817,14 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
|||||||
- (void)menuBack
|
- (void)menuBack
|
||||||
{
|
{
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
menu_entry_t entry = {0};
|
menu_handle_t *menu = NULL;
|
||||||
size_t selection = menu_navigation_get_selection();
|
menu_entry_t entry = {0};
|
||||||
|
size_t selection = menu_navigation_get_selection();
|
||||||
|
|
||||||
|
menu_driver_ctl(RARCH_MENU_CTL_DRIVER_DATA_GET, &menu);
|
||||||
|
|
||||||
menu_entry_get(&entry, 0, selection, NULL, false);
|
menu_entry_get(&entry, 0, selection, NULL, false);
|
||||||
menu_entry_action(&entry, (unsigned int)selection, MENU_ACTION_CANCEL);
|
menu_entry_action(&entry, menu, (unsigned int)selection, MENU_ACTION_CANCEL);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user