From ad373237e4c3270fbcd34ca647f4d3ed44579aec Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Wed, 24 Oct 2018 15:45:01 -0500 Subject: [PATCH] GTK: No, the other way. --- gtk/src/gtk_display.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/src/gtk_display.cpp b/gtk/src/gtk_display.cpp index 03b5aedf..057b615a 100644 --- a/gtk/src/gtk_display.cpp +++ b/gtk/src/gtk_display.cpp @@ -1640,7 +1640,7 @@ S9xRealDeinitUpdate (int width, int height) { if (height == SNES_HEIGHT) { - yoffset = -7; + yoffset = -8; height = SNES_HEIGHT_EXTENDED; } if (height == SNES_HEIGHT * 2) @@ -1653,7 +1653,7 @@ S9xRealDeinitUpdate (int width, int height) { if (height == SNES_HEIGHT_EXTENDED) { - yoffset = 8; + yoffset = 7; height = SNES_HEIGHT; } if (height == SNES_HEIGHT_EXTENDED * 2)