mirror of https://github.com/snes9xgit/snes9x.git
Win32: Throttle frame rate on alternate interlaced frames.
This commit is contained in:
parent
a277d7f9e8
commit
c7b77d4a76
|
@ -288,6 +288,8 @@ bool8 S9xContinueUpdate(int Width, int Height)
|
||||||
// avi writing
|
// avi writing
|
||||||
DoAVIVideoFrame();
|
DoAVIVideoFrame();
|
||||||
|
|
||||||
|
WinThrottleFramerate();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue