win32: align offset with gtk/libretro

This commit is contained in:
OV2 2018-11-01 23:21:54 +01:00
parent b590115594
commit 28c04cfc31
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ static void CheckOverscanOffset()
if (Src.Height == SNES_HEIGHT_EXTENDED)
lines_to_skip = 7;
else if (Src.Height == SNES_HEIGHT_EXTENDED << 1)
lines_to_skip = 15;
lines_to_skip = 14;
}
else
{