mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 05:29:55 +00:00
Printscreen: Fix for missing half-top line for B&W TV and Color TV (#403)
This commit is contained in:
parent
41286cd29f
commit
d9669fa45b
@ -1112,7 +1112,7 @@ static void VideoFrameBufferAdjust(int& xSrc, int& ySrc, bool bInvertY=false)
|
||||
}
|
||||
|
||||
if (bInvertY)
|
||||
dy -= dy;
|
||||
dy =- dy;
|
||||
|
||||
xSrc += dx;
|
||||
ySrc += dy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user