From 421e6d7f93bcd8a5ab99f5f1b1a1ac4216ba15ae Mon Sep 17 00:00:00 2001 From: MaranBr Date: Fri, 22 Aug 2025 10:15:22 -0400 Subject: [PATCH] Add hability to change Sync Memory Operations at runtime --- src/common/settings.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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,