NTSC filter working in fullscreen

This commit is contained in:
pagefault
2006-03-29 04:10:50 +00:00
parent f11e075317
commit 7b4a865189

View File

@@ -1978,7 +1978,7 @@ void initwinvideo(void)
else else
SurfaceX = 640; SurfaceX = 640;
SurfaceY=480; SurfaceY=480;
if (NTSCFilter && WindowHeight == 600) if (NTSCFilter && WindowHeight == 600 || FullScreen)
{ {
SurfaceX = 600; SurfaceX = 600;
SurfaceY = 446; SurfaceY = 446;