win32: disable scanlines when checkbox is unset

This commit is contained in:
OV2 2019-02-23 13:58:30 +01:00
parent 4bd0fd5bf7
commit dabda7186d
1 changed files with 1 additions and 1 deletions

View File

@ -2740,7 +2740,7 @@ void RenderBlarggNTSC(SSurface Src, SSurface Dst, RECT *rect)
const unsigned int srcRowPixels = Src.Pitch / 2;
snes_ntsc_scanline_offset = 0;
snes_ntsc_scanline_mask = 0xffff;
snes_ntsc_scanline_mask = 0;
if (GUI.NTSCScanlines)
{