mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
Make sure all page-flips are acknowledged.
This commit is contained in:
parent
9297f028a4
commit
b1f5c83deb
@ -512,6 +512,10 @@ error:
|
||||
|
||||
void gfx_ctx_destroy(void)
|
||||
{
|
||||
// Make sure we acknowledge all page-flips.
|
||||
if (waiting_for_flip)
|
||||
wait_flip(true);
|
||||
|
||||
if (g_egl_dpy)
|
||||
{
|
||||
if (g_egl_ctx)
|
||||
|
Loading…
x
Reference in New Issue
Block a user