mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +00:00
Clarify branch intention better.
This commit is contained in:
parent
48e9b69067
commit
4bca26097c
@ -2874,7 +2874,7 @@ bool rarch_main_iterate(void)
|
||||
}
|
||||
|
||||
#ifdef HAVE_RMENU
|
||||
if (input_key_pressed_func(RARCH_RMENU_TOGGLE) && !(g_extern.frame_count < g_extern.delay_timer[0]))
|
||||
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…
x
Reference in New Issue
Block a user