GTK: Move centered 224/239 to y=8 instead of y=7.

This commit is contained in:
Brandon Wright 2018-10-24 15:41:24 -05:00
parent 51601c523c
commit 94ec890ac6
1 changed files with 1 additions and 1 deletions

View File

@ -1653,7 +1653,7 @@ S9xRealDeinitUpdate (int width, int height)
{
if (height == SNES_HEIGHT_EXTENDED)
{
yoffset = 7;
yoffset = 8;
height = SNES_HEIGHT;
}
if (height == SNES_HEIGHT_EXTENDED * 2)