Browse Source

Add hability to change Sync Memory Operations at runtime

pull/300/head
MaranBr 7 months ago
parent
commit
421e6d7f93
  1. 8
      src/common/settings.h

8
src/common/settings.h

@ -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,

Loading…
Cancel
Save