mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
(XMB) Prevent selection_prt to be reseted after messagebox
This commit is contained in:
parent
bba772fd4c
commit
85e29125de
@ -3502,7 +3502,7 @@ static int action_iterate_help(const char *label, unsigned action)
|
||||
driver.menu_ctx->render_messagebox(msg);
|
||||
|
||||
if (action == MENU_ACTION_OK)
|
||||
menu_list_pop(driver.menu->menu_list->menu_stack, &driver.menu->selection_ptr);
|
||||
menu_list_pop(driver.menu->menu_list->menu_stack, NULL);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user