(CocoaTouch) 'Back button' works now

This commit is contained in:
Twinaphex 2015-05-15 22:31:16 +02:00
parent a67d000734
commit 10e2949ad8

View File

@ -87,6 +87,9 @@ int menu_entries_select_back(void)
menu_setting_apply_deferred();
menu_list_pop_stack(menu_list);
if (menu_needs_refresh())
menu_do_refresh(MENU_ACTION_CANCEL);
return 0;
}