Compare commits

...

2 commits

Author SHA1 Message Date
sandboxgamedev123
2682938147
Merge c9d8282663 into c7b77d4a76 2024-06-08 13:01:38 -04:00
BearOso
c7b77d4a76 Win32: Throttle frame rate on alternate interlaced frames. 2024-06-07 14:27:47 -05:00

View file

@ -288,6 +288,8 @@ bool8 S9xContinueUpdate(int Width, int Height)
// avi writing
DoAVIVideoFrame();
WinThrottleFramerate();
return true;
}