From: Toni Wilen Date: Tue, 4 Oct 2016 16:01:23 +0000 (+0300) Subject: Make sure CPU idle state really is off if CPU Idle is on the fly switched off. X-Git-Tag: 3400~71 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c2ae8706cde095ed098823fffa0a5badd835c2db;p=francis%2Fwinuae.git Make sure CPU idle state really is off if CPU Idle is on the fly switched off. --- 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)