mirror of
https://github.com/libretro/RetroArch
synced 2025-01-18 13:23:40 +00:00
(Android) Implement gfx_ctx_set_swap_interval
This commit is contained in:
parent
afc611131c
commit
1fd32e0ae6
@ -71,7 +71,7 @@ static void gfx_ctx_get_available_resolutions(void)
|
||||
|
||||
static void gfx_ctx_set_swap_interval(unsigned interval)
|
||||
{
|
||||
(void)interval;
|
||||
eglSwapInterval(g_egl_dpy, interval);
|
||||
}
|
||||
|
||||
static void gfx_ctx_destroy(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user