(GL) Fix unused variable setting

This commit is contained in:
Twinaphex 2020-04-01 20:41:38 +02:00
parent 9d0585a280
commit d0a9de01a3

View File

@ -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