Reverted 8a11feb7 (#650) - missed a bit!

This commit is contained in:
tomcw
2019-08-26 15:56:34 +01:00
parent 521a09e75a
commit b54fc8a058

View File

@@ -568,7 +568,7 @@ static void VideoFrameBufferAdjust(int& xSrc, int& ySrc, bool bInvertY=false)
if (g_eVideoType == VT_MONO_TV || g_eVideoType == VT_COLOR_TV)
{
// Adjust the src locations for the NTSC video modes
// dy = -1;
dy = -1;
}
if (bInvertY)