1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
This commit is contained in:
Twinaphex 2018-01-24 05:42:28 +01:00
parent 634da308aa
commit ef4cc160a5

View File

@ -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);