From c2ae8706cde095ed098823fffa0a5badd835c2db Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 4 Oct 2016 19:01:23 +0300 Subject: [PATCH] Make sure CPU idle state really is off if CPU Idle is on the fly switched off. --- custom.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom.cpp b/custom.cpp index 7e9b6c42..35a5401c 100644 --- a/custom.cpp +++ b/custom.cpp @@ -7618,6 +7618,8 @@ static void vsync_handler_pre (void) } else { reset_cpu_idle(); } + } else { + reset_cpu_idle(); } } if (regs.halted < 0) -- 2.47.3