mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
Update menu_iterate.c
This commit is contained in:
parent
9c031e17ca
commit
757f61172f
@ -461,7 +461,6 @@ int menu_iterate(bool render_this_frame, unsigned action)
|
||||
ret = action_iterate_help(menu->menu_state.msg, sizeof(menu->menu_state.msg), label);
|
||||
if (render_this_frame)
|
||||
BIT64_SET(menu->state, MENU_STATE_BLIT);
|
||||
menu->menu_state.pop_selected = NULL;
|
||||
BIT64_SET(menu->state, MENU_STATE_RENDER_MESSAGEBOX);
|
||||
BIT64_SET(menu->state, MENU_STATE_POP_STACK);
|
||||
BIT64_SET(menu->state, MENU_STATE_POST_ITERATE);
|
||||
|
Loading…
Reference in New Issue
Block a user