From c9dd197ccbae359a137dd92ac7fbe118aa8bfc39 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 29 Jun 2020 19:34:33 +0200 Subject: [PATCH] Add HAVE_ODROIDGO2 ifdef --- retroarch.h | 2 ++ 1 file changed, 2 insertions(+) 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;