mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +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)renderer;
|
||||
(void)version;
|
||||
(void)hw_render;
|
||||
#ifndef HAVE_OPENGLES
|
||||
gl->core_context =
|
||||
(hw_render->context_type == RETRO_HW_CONTEXT_OPENGL_CORE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user