mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(GL) Prevent unused variable warning
This commit is contained in:
parent
afa82d19ab
commit
d8622e0a92
@ -1861,6 +1861,7 @@ static bool resolve_extensions(gl_t *gl, const char *context_ident)
|
|||||||
(void)vendor;
|
(void)vendor;
|
||||||
(void)renderer;
|
(void)renderer;
|
||||||
(void)version;
|
(void)version;
|
||||||
|
(void)hw_render;
|
||||||
#ifndef HAVE_OPENGLES
|
#ifndef HAVE_OPENGLES
|
||||||
gl->core_context =
|
gl->core_context =
|
||||||
(hw_render->context_type == RETRO_HW_CONTEXT_OPENGL_CORE);
|
(hw_render->context_type == RETRO_HW_CONTEXT_OPENGL_CORE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user