mirror of https://github.com/snes9xgit/snes9x.git
win32: align offset with gtk/libretro
This commit is contained in:
parent
b590115594
commit
28c04cfc31
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue