fix closing menu on android
(MIGHT REQUIRE CHANGES TO CONSOLES)
This commit is contained in:
parent
1422ed3bb0
commit
dbea6f3614
|
@ -2802,7 +2802,7 @@ bool rarch_main_iterate(void)
|
|||
}
|
||||
|
||||
#ifdef HAVE_RMENU
|
||||
if (input_key_pressed_func(RARCH_RMENU_TOGGLE))
|
||||
if (input_key_pressed_func(RARCH_RMENU_TOGGLE) && !(g_extern.frame_count < g_extern.delay_timer[0]))
|
||||
{
|
||||
if (input_key_pressed_func(RARCH_RMENU_QUICKMENU_TOGGLE))
|
||||
g_extern.lifecycle_mode_state |= (1ULL << MODE_MENU_INGAME);
|
||||
|
|
Loading…
Reference in New Issue