]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Make sure CPU idle state really is off if CPU Idle is on the fly switched off.
authorToni Wilen <twilen@winuae.net>
Tue, 4 Oct 2016 16:01:23 +0000 (19:01 +0300)
committerToni Wilen <twilen@winuae.net>
Tue, 4 Oct 2016 16:01:23 +0000 (19:01 +0300)
custom.cpp

index 7e9b6c426e2591bc999fd7b25a49134abe70e7c4..35a5401c59c97bcaa21ec94fce13b8e9445a2459 100644 (file)
@@ -7618,6 +7618,8 @@ static void vsync_handler_pre (void)
                        } else {
                                reset_cpu_idle();
                        }
+               } else {
+                       reset_cpu_idle();
                }
        }
        if (regs.halted < 0)