]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Don't show zero line count OSD when paused.
authorToni Wilen <twilen@winuae.net>
Fri, 13 Jun 2025 14:53:46 +0000 (17:53 +0300)
committerToni Wilen <twilen@winuae.net>
Fri, 13 Jun 2025 14:53:46 +0000 (17:53 +0300)
od-win32/win32.cpp

index af9e21367323ad49e3e69f4f2878b495a5fd34e9..934ac69bfcfb8e6f0fac2bcf39773f2a41b4e347 100644 (file)
@@ -3358,7 +3358,7 @@ bool handle_events (void)
                        setpaused (pause_emulation);
                        was_paused = pause_emulation;
                        mon->manual_painting_needed++;
-                       gui_fps (0, 0, 0, 0, 0);
+                       gui_fps (0, gui_data.lines, gui_data.lace, 0, 0);
                        gui_led (LED_SND, 0, -1);
                        // we got just paused, report it to caller.
                        return 1;