GTK: Update display on S9xContinueUpdate.

This commit is contained in:
Brandon Wright 2017-11-25 12:40:07 -06:00
parent 0ac424359b
commit 4dc09dac2d
1 changed files with 1 additions and 0 deletions

View File

@ -1901,6 +1901,7 @@ S9xReinitDisplay (void)
bool8
S9xContinueUpdate (int width, int height)
{
S9xDeinitUpdate (width, height);
return TRUE;
}