mirror of https://github.com/snes9xgit/snes9x.git
parent
11beff44f1
commit
a1b9a89718
|
@ -1818,6 +1818,7 @@ S9xReinitDisplay (void)
|
||||||
bool8
|
bool8
|
||||||
S9xContinueUpdate (int width, int height)
|
S9xContinueUpdate (int width, int height)
|
||||||
{
|
{
|
||||||
|
S9xDeinitUpdate (width, height);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -662,6 +662,7 @@ S9xOpenGLDisplayDriver::resize_window (int width, int height)
|
||||||
gdk_window_destroy (gdk_window);
|
gdk_window_destroy (gdk_window);
|
||||||
create_window (width, height);
|
create_window (width, height);
|
||||||
glXMakeCurrent (display, xwindow, glx_context);
|
glXMakeCurrent (display, xwindow, glx_context);
|
||||||
|
swap_control (config->sync_to_vblank);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue