mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-15 08:57:56 +00:00
Fix warning.
This commit is contained in:
parent
9bc0f382ab
commit
f59cb836d4
6
gfx/gl.c
6
gfx/gl.c
@ -1495,18 +1495,16 @@ static bool gl_read_viewport(void *data, uint8_t *buffer)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RMENU
|
||||
static void gl_init_menu(void *data)
|
||||
{
|
||||
gl_t *gl = (gl_t*)data;
|
||||
|
||||
#ifdef HAVE_RMENU
|
||||
RARCH_LOG("Initializing menu shader...\n");
|
||||
if (gl->ctx_driver->rmenu_init)
|
||||
gl->ctx_driver->rmenu_init();
|
||||
#else
|
||||
(void)gl;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef RARCH_CONSOLE
|
||||
static void gl_start(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user