mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Allow toggling info off with the same button (#14660)
This commit is contained in:
parent
5351aeaa4e
commit
e0e6810cf0
@ -7664,7 +7664,9 @@ static int generic_menu_iterate(
|
||||
}
|
||||
BIT64_SET(menu->state, MENU_STATE_RENDER_MESSAGEBOX);
|
||||
BIT64_SET(menu->state, MENU_STATE_POST_ITERATE);
|
||||
if (action == MENU_ACTION_OK || action == MENU_ACTION_CANCEL)
|
||||
if ( action == MENU_ACTION_OK
|
||||
|| action == MENU_ACTION_CANCEL
|
||||
|| action == MENU_ACTION_INFO)
|
||||
{
|
||||
BIT64_SET(menu->state, MENU_STATE_POP_STACK);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user