GTK: No, the other way.

This commit is contained in:
Brandon Wright 2018-10-24 15:45:01 -05:00
parent 94ec890ac6
commit ad373237e4
1 changed files with 2 additions and 2 deletions

View File

@ -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)