From 576aafd5e405c88ef311b8c31baecdc5361939c6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 19 Apr 2013 00:32:13 +0200 Subject: [PATCH] (360) Drop setting timer_delay on deinit: in rmenu_iterate --- frontend/menu/rmenu_xui.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/menu/rmenu_xui.cpp b/frontend/menu/rmenu_xui.cpp index ad64cc5586..7c842bbb74 100644 --- a/frontend/menu/rmenu_xui.cpp +++ b/frontend/menu/rmenu_xui.cpp @@ -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;