Buildfix
This commit is contained in:
parent
cf92d8fddb
commit
9b3cc339a7
|
@ -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;
|
||||
|
|
|
@ -1042,9 +1042,7 @@ typedef struct video_info
|
|||
* otherwise nearest filtering. */
|
||||
bool smooth;
|
||||
|
||||
#ifdef HAVE_ODROIDGO2
|
||||
bool ctx_scaling;
|
||||
#endif
|
||||
|
||||
bool is_threaded;
|
||||
|
||||
|
|
Loading…
Reference in New Issue