diff --git a/retroarch.h b/retroarch.h index 38ec20b2fb..e464465d15 100644 --- a/retroarch.h +++ b/retroarch.h @@ -1042,7 +1042,9 @@ typedef struct video_info * otherwise nearest filtering. */ bool smooth; +#ifdef HAVE_ODROIDGO2 bool ctx_scaling; +#endif bool is_threaded;