disabling for Android "Vulkan Asynchronous Presentation"

This commit is contained in:
PavelBARABANOV
2025-12-21 20:27:15 +03:00
parent bccc46a325
commit f75d118a31

View File

@@ -466,7 +466,7 @@ struct Values {
true};
SwitchableSetting<bool> async_presentation{linkage,
#ifdef ANDROID
true,
false,
#else
false,
#endif