mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 19:05:45 +00:00
Settings: add option to enable / disable reactive flushing
This commit is contained in:
parent
f1aa574448
commit
62295b5069
11 changed files with 38 additions and 5 deletions
|
@ -340,6 +340,10 @@ use_vsync =
|
|||
# 0: GLSL, 1 (default): GLASM, 2: SPIR-V
|
||||
shader_backend =
|
||||
|
||||
# Uses reactive flushing instead of predictive flushing. Allowing a more accurate syncing of memory.
|
||||
# 0: Off, 1 (default): On
|
||||
use_reactive_flushing =
|
||||
|
||||
# Whether to allow asynchronous shader building.
|
||||
# 0 (default): Off, 1: On
|
||||
use_asynchronous_shaders =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue