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)