mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-11 03:55:45 +00:00
Style nit.
This commit is contained in:
parent
60f6727034
commit
d74c49f4cd
4
gfx/gl.c
4
gfx/gl.c
@ -1282,9 +1282,7 @@ static void gl_set_nonblock_state(void *data, bool state)
|
|||||||
RARCH_LOG("GL VSync => %s\n", state ? "off" : "on");
|
RARCH_LOG("GL VSync => %s\n", state ? "off" : "on");
|
||||||
|
|
||||||
gl_t *gl = (gl_t*)data;
|
gl_t *gl = (gl_t*)data;
|
||||||
|
|
||||||
(void)gl;
|
(void)gl;
|
||||||
|
|
||||||
context_swap_interval_func(state ? 0 : 1);
|
context_swap_interval_func(state ? 0 : 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1602,9 +1600,7 @@ static bool gl_alive(void *data)
|
|||||||
static bool gl_focus(void *data)
|
static bool gl_focus(void *data)
|
||||||
{
|
{
|
||||||
gl_t *gl = (gl_t*)data;
|
gl_t *gl = (gl_t*)data;
|
||||||
|
|
||||||
(void)gl;
|
(void)gl;
|
||||||
|
|
||||||
return context_has_focus_func();
|
return context_has_focus_func();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user