user_settings.py: Add PROTON_NO_FSYNC switch

This commit is contained in:
Justin Martin 2019-08-01 23:59:00 -04:00 committed by Andrew Eikum
parent 18568f70e4
commit 53b24d7188

View File

@ -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",
}