From f75d118a312c7a170be0ee03626bf24fd8147c25 Mon Sep 17 00:00:00 2001 From: PavelBARABANOV Date: Sun, 21 Dec 2025 20:27:15 +0300 Subject: [PATCH] disabling for Android "Vulkan Asynchronous Presentation" --- src/common/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/settings.h b/src/common/settings.h index 4a8d352c5f..df0caa4864 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -466,7 +466,7 @@ struct Values { true}; SwitchableSetting async_presentation{linkage, #ifdef ANDROID - true, + false, #else false, #endif