chore: up scripts
This commit is contained in:
parent
972208d36a
commit
2e5321f5cc
|
@ -1,11 +1,14 @@
|
|||
#!/bin/sh
|
||||
export AMD_VULKAN_ICD="RADV"
|
||||
export DXVK_ASYNC=1
|
||||
export MANGOHUD=1
|
||||
export RADV_PERFTEST="gpl"
|
||||
|
||||
export WINEFSYNC=1
|
||||
# https://docs.mesa3d.org/envvars.html
|
||||
export AMD_VULKAN_ICD="RADV"
|
||||
export RADV_PERFTEST="sam"
|
||||
|
||||
export WINEESYNC=1
|
||||
export WINEPREFIX=/home/wizardlink/Games/guild_wars_2/
|
||||
export WINEARCH="win64"
|
||||
|
||||
export DXVK_ASYNC=1
|
||||
|
||||
gamemoderun wine64 /home/wizardlink/Games/guild_wars_2/drive_c/Program\ Files/Guild\ Wars\ 2/Gw2-64.exe -autologin
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
#!/bin/sh
|
||||
export AMD_VULKAN_ICD="RADV"
|
||||
export DXVK_ASYNC=1
|
||||
export MANGOHUD=1
|
||||
export RADV_PERFTEST="gpl"
|
||||
|
||||
export WINEFSYNC=1
|
||||
# https://docs.mesa3d.org/envvars.html
|
||||
export AMD_VULKAN_ICD="RADV"
|
||||
export RADV_PERFTEST="sam"
|
||||
|
||||
export PROTON_NO_FSYNC=1
|
||||
|
||||
export DXVK_ASYNC=1
|
||||
|
||||
gamemoderun "$@"
|
||||
|
|
Loading…
Reference in a new issue