(GL) Fix unused variable setting
This commit is contained in:
parent
9d0585a280
commit
d0a9de01a3
|
@ -783,8 +783,8 @@ static void gl2_create_fbo_texture(gl_t *gl,
|
||||||
bool smooth = false;
|
bool smooth = false;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
bool video_smooth = settings->bools.video_smooth;
|
bool video_smooth = settings->bools.video_smooth;
|
||||||
bool video_ctx_scaling = settings->bools.video_ctx_scaling;
|
|
||||||
#if HAVE_ODROIDGO2
|
#if HAVE_ODROIDGO2
|
||||||
|
bool video_ctx_scaling = settings->bools.video_ctx_scaling;
|
||||||
if (video_ctx_scaling)
|
if (video_ctx_scaling)
|
||||||
video_smooth = false;
|
video_smooth = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue