mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-31 15:23:35 +00:00
(360) Drop setting timer_delay on deinit: in rmenu_iterate
This commit is contained in:
parent
fa50efa93b
commit
576aafd5e4
@ -1397,11 +1397,6 @@ bool menu_iterate(void)
|
||||
return true;
|
||||
|
||||
deinit:
|
||||
// set a timer delay so that we don't instantly switch back to the menu when
|
||||
// press and holding L3 + R3 in the emulation loop (lasts for 30 frame ticks)
|
||||
if(!(g_extern.lifecycle_state & (1ULL << RARCH_FRAMEADVANCE)))
|
||||
g_extern.delay_timer[0] = g_extern.frame_count + 30;
|
||||
|
||||
g_extern.lifecycle_mode_state &= ~(1ULL << MODE_MENU_INGAME);
|
||||
|
||||
process_input_ret = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user