Browse Source

[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: https://git.eden-emu.dev/eden-emu/eden/pulls/300
Reviewed-by: Shinmegumi <shinmegumi@eden-emu.dev>
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
pull/288/head
MaranBr 4 months ago
committed by crueter
parent
commit
a51953e4f9
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 8
      src/common/settings.h

8
src/common/settings.h

@ -466,7 +466,13 @@ struct Values {
true, true,
true}; true};
#endif #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, SwitchableSetting<bool> async_presentation{linkage,
#ifdef ANDROID #ifdef ANDROID
true, true,

Loading…
Cancel
Save