mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 21:40:02 +00:00
Fix back button in Core Options.
This commit is contained in:
parent
846557ba21
commit
b3eca2bb68
@ -1607,6 +1607,14 @@ static int rgui_settings_iterate(rgui_handle_t *rgui, rgui_action_t action)
|
||||
rgui->selection_ptr = 0;
|
||||
break;
|
||||
|
||||
case RGUI_ACTION_CANCEL:
|
||||
if (rgui->menu_stack->size > 1)
|
||||
{
|
||||
rgui_list_pop(rgui->menu_stack, &rgui->selection_ptr);
|
||||
rgui->need_refresh = true;
|
||||
}
|
||||
break;
|
||||
|
||||
case RGUI_ACTION_LEFT:
|
||||
case RGUI_ACTION_RIGHT:
|
||||
case RGUI_ACTION_OK:
|
||||
|
Loading…
x
Reference in New Issue
Block a user