diff --git a/src/common/settings.h b/src/common/settings.h index 9ca635c518..2a1c88c79e 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -466,7 +466,13 @@ struct Values { true, true}; #endif - SwitchableSetting sync_memory_operations{linkage, false, "sync_memory_operations", Category::RendererAdvanced, true, true}; + SwitchableSetting sync_memory_operations{linkage, + false, + "sync_memory_operations", + Category::RendererAdvanced, + Specialization::Default, + true, + true}; SwitchableSetting async_presentation{linkage, #ifdef ANDROID true,