From 9b3cc339a711b0dbfe6f27834872810bd19684bf Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 29 Jun 2020 19:44:17 +0200 Subject: [PATCH] Buildfix --- retroarch.c | 2 -- retroarch.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/retroarch.c b/retroarch.c index 199fa805f9..6788e44902 100644 --- a/retroarch.c +++ b/retroarch.c @@ -30715,9 +30715,7 @@ static bool video_driver_init_internal(bool *video_is_threaded) video.vfilter = settings->bools.video_vfilter; #endif video.smooth = settings->bools.video_smooth; -#ifdef HAVE_ODROIDGO2 video.ctx_scaling = settings->bools.video_ctx_scaling; -#endif video.input_scale = scale; video.font_size = settings->floats.video_font_size; video.path_font = settings->paths.path_font; diff --git a/retroarch.h b/retroarch.h index e464465d15..38ec20b2fb 100644 --- a/retroarch.h +++ b/retroarch.h @@ -1042,9 +1042,7 @@ typedef struct video_info * otherwise nearest filtering. */ bool smooth; -#ifdef HAVE_ODROIDGO2 bool ctx_scaling; -#endif bool is_threaded;