mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-25 12:20:48 +00:00
(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;
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user