mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Prevent unused variable warning
This commit is contained in:
parent
c6fe0a0203
commit
0b4237b8a9
@ -1646,6 +1646,8 @@ static void *xmb_init(void)
|
||||
gl_t *gl = (gl_t*)
|
||||
video_driver_get_ptr(&video_driver);
|
||||
|
||||
(void)scale_factor;
|
||||
|
||||
if (video_driver != &video_gl || !gl)
|
||||
{
|
||||
RARCH_ERR("Cannot initialize XMB menu driver: GL video driver is not active.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user