mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 23:45:46 +00:00
Settings: add option to enable / disable reactive flushing
This commit is contained in:
parent
0f4f18265f
commit
92da86290c
11 changed files with 38 additions and 5 deletions
|
@ -40,6 +40,7 @@ private:
|
|||
ConfigurationShared::CheckState renderer_force_max_clock;
|
||||
ConfigurationShared::CheckState use_vsync;
|
||||
ConfigurationShared::CheckState async_astc;
|
||||
ConfigurationShared::CheckState use_reactive_flushing;
|
||||
ConfigurationShared::CheckState use_asynchronous_shaders;
|
||||
ConfigurationShared::CheckState use_fast_gpu_time;
|
||||
ConfigurationShared::CheckState use_vulkan_driver_pipeline_cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue