mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-12 13:51:27 +00:00
Prevent unused variable warning
This commit is contained in:
parent
c6fe0a0203
commit
0b4237b8a9
@ -1645,6 +1645,8 @@ static void *xmb_init(void)
|
||||
float scale_factor = 1;
|
||||
gl_t *gl = (gl_t*)
|
||||
video_driver_get_ptr(&video_driver);
|
||||
|
||||
(void)scale_factor;
|
||||
|
||||
if (video_driver != &video_gl || !gl)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user