mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
Update
This commit is contained in:
parent
634da308aa
commit
ef4cc160a5
@ -817,7 +817,7 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
- (void)menuBack
|
||||
{
|
||||
#ifdef HAVE_MENU
|
||||
menu_entry_t entry = {{0}};
|
||||
menu_entry_t entry = {0};
|
||||
size_t selection = menu_navigation_get_selection();
|
||||
|
||||
menu_entry_get(&entry, 0, selection, NULL, false);
|
||||
|
Loading…
Reference in New Issue
Block a user