This commit is contained in:
twinaphex 2020-06-29 19:44:17 +02:00
parent cf92d8fddb
commit 9b3cc339a7
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -1042,9 +1042,7 @@ typedef struct video_info
* otherwise nearest filtering. */
bool smooth;
#ifdef HAVE_ODROIDGO2
bool ctx_scaling;
#endif
bool is_threaded;