fix closing menu on android

(MIGHT REQUIRE CHANGES TO CONSOLES)
This commit is contained in:
ToadKing 2013-03-07 14:39:08 -05:00
parent 1422ed3bb0
commit dbea6f3614
1 changed files with 1 additions and 1 deletions

View File

@ -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);