From 28c04cfc3131a905c385d976adfc370ae1f02323 Mon Sep 17 00:00:00 2001 From: OV2 Date: Thu, 1 Nov 2018 23:21:54 +0100 Subject: [PATCH] win32: align offset with gtk/libretro --- win32/win32_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/win32_display.cpp b/win32/win32_display.cpp index 970232d6..aa7684c0 100644 --- a/win32/win32_display.cpp +++ b/win32/win32_display.cpp @@ -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 {