Browse Source

disabling for Android "Vulkan Asynchronous Presentation"

test-donotmerge
PavelBARABANOV 1 day ago
committed by Caio Oliveira
parent
commit
b40f91974b
No known key found for this signature in database GPG Key ID: AAAE6C7FD4186B0C
  1. 2
      src/common/settings.h

2
src/common/settings.h

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

Loading…
Cancel
Save