From: Toni Wilen Date: Mon, 3 Nov 2025 17:07:15 +0000 (+0200) Subject: Fix stuck fps counter when any debugger breakpoint is active X-Git-Tag: 6020~68 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=1673fdf6c52a293d1a3d6324b825875a1c29c109;p=francis%2Fwinuae.git Fix stuck fps counter when any debugger breakpoint is active --- diff --git a/debug.cpp b/debug.cpp index 80796f32..b511464b 100644 --- a/debug.cpp +++ b/debug.cpp @@ -7656,7 +7656,6 @@ void debug (void) if (savestate_state || quit_program) return; - bogusframe = 1; disasm_init(); addhistory (); @@ -7891,6 +7890,7 @@ void debug (void) last_vpos1 = vpos; last_hpos1 = current_hpos(); last_frame = timeframes; + bogusframe = 1; } const TCHAR *debuginfo (int mode)