mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-10 21:52:42 +00:00
Set g_egl_quit to 0 at end of egl_destroy
This commit is contained in:
parent
2fe6686ced
commit
ad311d3bb0
@ -108,6 +108,7 @@ void egl_destroy(void *data)
|
||||
g_egl_surf = EGL_NO_SURFACE;
|
||||
g_egl_dpy = EGL_NO_DISPLAY;
|
||||
g_egl_config = 0;
|
||||
g_egl_quit = 0;
|
||||
}
|
||||
|
||||
void egl_bind_hw_render(void *data, bool enable)
|
||||
|
@ -48,7 +48,6 @@ static void gfx_ctx_mali_fbdev_destroy(void *data)
|
||||
|
||||
egl_destroy(data);
|
||||
|
||||
g_egl_quit = 0;
|
||||
g_resize = false;
|
||||
|
||||
/* Clear framebuffer and set cursor on again */
|
||||
|
@ -36,7 +36,6 @@ static void gfx_ctx_vivante_destroy(void *data)
|
||||
{
|
||||
egl_destroy(data);
|
||||
|
||||
g_egl_quit = 0;
|
||||
g_resize = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user