Add hability to change Sync Memory Operations at runtime
All checks were successful
eden-license / license-header (pull_request) Successful in 19s

This commit is contained in:
MaranBr 2025-08-22 10:15:22 -04:00
parent 35ec256c74
commit 421e6d7f93

View file

@ -466,7 +466,13 @@ struct Values {
true,
true};
#endif
SwitchableSetting<bool> sync_memory_operations{linkage, false, "sync_memory_operations", Category::RendererAdvanced, true, true};
SwitchableSetting<bool> sync_memory_operations{linkage,
false,
"sync_memory_operations",
Category::RendererAdvanced,
Specialization::Default,
true,
true};
SwitchableSetting<bool> async_presentation{linkage,
#ifdef ANDROID
true,