mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(CocoaTouch) 'Back button' works now
This commit is contained in:
parent
a67d000734
commit
10e2949ad8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user