mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
user_settings.py: Add PROTON_NO_FSYNC switch
This commit is contained in:
parent
18568f70e4
commit
53b24d7188
1 changed files with 4 additions and 1 deletions
|
|
@ -27,6 +27,9 @@ user_settings = {
|
|||
#Disable d3d11 entirely
|
||||
# "PROTON_NO_D3D11": "1",
|
||||
|
||||
#Disable in-process synchronization primitives
|
||||
#Disable eventfd-based in-process synchronization primitives
|
||||
# "PROTON_NO_ESYNC": "1",
|
||||
|
||||
#Disable futex-based in-process synchronization primitives
|
||||
# "PROTON_NO_FSYNC": "1",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue