Printscreen: Fix for missing half-top line for B&W TV and Color TV (#403)

This commit is contained in:
tomcw 2017-04-22 22:22:29 +01:00
parent 41286cd29f
commit d9669fa45b

View File

@ -1112,7 +1112,7 @@ static void VideoFrameBufferAdjust(int& xSrc, int& ySrc, bool bInvertY=false)
}
if (bInvertY)
dy -= dy;
dy =- dy;
xSrc += dx;
ySrc += dy;