From c7b77d4a763e8fa3ee2c4ef63b3974527056b7ad Mon Sep 17 00:00:00 2001 From: BearOso Date: Fri, 7 Jun 2024 14:27:47 -0500 Subject: [PATCH] Win32: Throttle frame rate on alternate interlaced frames. --- win32/win32_display.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win32/win32_display.cpp b/win32/win32_display.cpp index c66b005e..01b5eb22 100644 --- a/win32/win32_display.cpp +++ b/win32/win32_display.cpp @@ -288,6 +288,8 @@ bool8 S9xContinueUpdate(int Width, int Height) // avi writing DoAVIVideoFrame(); + WinThrottleFramerate(); + return true; }