diff --git a/source/frontend.cpp b/source/frontend.cpp index 2b06e98..cea53d6 100755 --- a/source/frontend.cpp +++ b/source/frontend.cpp @@ -570,7 +570,7 @@ void reset_screen_info(ScreenInfo &info) { info.bot_rotation = 0; info.show_mouse = true; info.v_sync_enabled = false; - #ifdef RASPI + #if (defined(RASPI) || defined(ANDROID_COMPILATION)) info.async = false; #else info.async = true;