chore: add winefsync to steam launch script
This commit is contained in:
parent
20561b2dd6
commit
8abf544bf0
|
@ -1,8 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export AMD_VULKAN_ICD="RADV"
|
export AMD_VULKAN_ICD="RADV"
|
||||||
export DXVK_ASYNC=1
|
export DXVK_ASYNC=1
|
||||||
export DXVK_STATE_CACHE=1
|
|
||||||
export MANGOHUD=1
|
export MANGOHUD=1
|
||||||
export RADV_PERFTEST="gpl"
|
export RADV_PERFTEST="gpl"
|
||||||
|
|
||||||
|
export WINEFSYNC=1
|
||||||
|
|
||||||
gamemoderun "$@"
|
gamemoderun "$@"
|
||||||
|
|
Loading…
Reference in a new issue