summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/settings.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 06253ed25..a0f54c0ab 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -392,11 +392,11 @@ struct Values {
Category::RendererAdvanced};
SwitchableSetting<bool> async_presentation{linkage,
#ifdef ANDROID
- true,
+ false, // Disabled due to crashes
#else
- false,
+ false, // Disabled due to crashes
#endif
- "async_presentation", Category::RendererAdvanced};
+ "async_presentation", Category::RendererAdvanced}; // Hide from UI
SwitchableSetting<bool> renderer_force_max_clock{linkage, false, "force_max_clock",
Category::RendererAdvanced};
SwitchableSetting<bool> use_reactive_flushing{linkage,