win32: Fix TVMode in non-directdraw.

This commit is contained in:
Brandon Wright 2019-02-13 17:28:45 -06:00
parent 081c4eeb86
commit 3215788e26
1 changed files with 3 additions and 0 deletions

View File

@ -859,6 +859,9 @@ void RenderTVMode ( SSurface Src, SSurface Dst, RECT *rect)
return;
}
if (GUI.outputMethod != DIRECTDRAW)
snes9x_clear_change_log = 1;
uint8 *nextLine, *finish;
uint32 colorMask = ~(RGB_LOW_BITS_MASK | (RGB_LOW_BITS_MASK << 16));
uint32 lowPixelMask = RGB_LOW_BITS_MASK;