diff --git a/gfx/drivers/gl.c b/gfx/drivers/gl.c index b1d2eaf3a9..88bf0bcc12 100644 --- a/gfx/drivers/gl.c +++ b/gfx/drivers/gl.c @@ -783,8 +783,8 @@ static void gl2_create_fbo_texture(gl_t *gl, bool smooth = false; settings_t *settings = config_get_ptr(); bool video_smooth = settings->bools.video_smooth; - bool video_ctx_scaling = settings->bools.video_ctx_scaling; #if HAVE_ODROIDGO2 + bool video_ctx_scaling = settings->bools.video_ctx_scaling; if (video_ctx_scaling) video_smooth = false; #endif