Trim top two lines from top of screen when using NTSC filter because it seems to want to draw green crap there
This commit is contained in:
@@ -2013,7 +2013,8 @@ void initwinvideo(void)
|
||||
break;
|
||||
}
|
||||
|
||||
BlitArea.top = 0;
|
||||
if (!NTSCFilter) BlitArea.top = 0;
|
||||
else BlitArea.top = 2;
|
||||
BlitArea.left = 0;
|
||||
BlitArea.right = SurfaceX;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user