mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
user_settings.py: Add PROTON_NO_FSYNC switch
This commit is contained in:
parent
18568f70e4
commit
53b24d7188
@ -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…
Reference in New Issue
Block a user