diff options
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 2df3325e8..495671204 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -403,11 +403,11 @@ struct Values { Category::RendererAdvanced}; SwitchableSetting<bool> async_presentation{linkage, #ifdef ANDROID - true, + false, // Disabled due to instability causing crashes #else - false, + false, // Disabled due to instability causing crashes #endif - "async_presentation", Category::RendererAdvanced}; + "async_presentation", Category::RendererAdvanced}; // Hidden from UI due to instability SwitchableSetting<bool> renderer_force_max_clock{linkage, false, "force_max_clock", Category::RendererAdvanced}; SwitchableSetting<bool> use_reactive_flushing{linkage, |
