mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
(Android) Get rid of extra swap buffers call
This commit is contained in:
parent
be1abb6f38
commit
303c4968f2
@ -204,8 +204,6 @@ static void gfx_ctx_check_window(bool *quit,
|
|||||||
|
|
||||||
if (g_android.state.angle > 1)
|
if (g_android.state.angle > 1)
|
||||||
g_android.state.angle = 0;
|
g_android.state.angle = 0;
|
||||||
|
|
||||||
gfx_ctx_swap_buffers();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gl->quitting)
|
if (gl->quitting)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user