mirror of https://github.com/snes9xgit/snes9x.git
GTK: Update display on S9xContinueUpdate.
This commit is contained in:
parent
0ac424359b
commit
4dc09dac2d
|
@ -1901,6 +1901,7 @@ S9xReinitDisplay (void)
|
||||||
bool8
|
bool8
|
||||||
S9xContinueUpdate (int width, int height)
|
S9xContinueUpdate (int width, int height)
|
||||||
{
|
{
|
||||||
|
S9xDeinitUpdate (width, height);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue