[video_core] Add hability to change Sync Memory Operations at runtime (#300)

This adds the hability to change Sync Memory Operations at runtime.

Reviewed-on: #300
Reviewed-by: Shinmegumi <shinmegumi@eden-emu.dev>
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
This commit is contained in:
MaranBr 2025-08-22 16:23:34 +02:00 committed by crueter
parent 35ec256c74
commit a51953e4f9
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6

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,