Disable Async by default on Android

This commit is contained in:
Lorenzooone 2025-05-02 15:56:13 +02:00
parent d449b59892
commit 24563de68f

View File

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