mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 00:17:16 +00:00
Printscreen: Fix for missing half-top line for B&W TV and Color TV (#403)
This commit is contained in:
+1
-1
@@ -1112,7 +1112,7 @@ static void VideoFrameBufferAdjust(int& xSrc, int& ySrc, bool bInvertY=false)
|
||||
}
|
||||
|
||||
if (bInvertY)
|
||||
dy -= dy;
|
||||
dy =- dy;
|
||||
|
||||
xSrc += dx;
|
||||
ySrc += dy;
|
||||
|
||||
Reference in New Issue
Block a user