mirror of https://github.com/snes9xgit/snes9x.git
GTK: Move centered 224/239 to y=8 instead of y=7.
This commit is contained in:
parent
51601c523c
commit
94ec890ac6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue