Skip to content

Commit

Permalink
user_settings.py: Add PROTON_NO_FSYNC switch
Browse files Browse the repository at this point in the history
  • Loading branch information
jamartin9 authored and aeikum committed Aug 6, 2019
1 parent 18568f7 commit 53b24d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion user_settings.sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#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",
}

0 comments on commit 53b24d7

Please sign in to comment.