linuxware/scripts/steam/launch.sh

10 lines
142 B
Bash
Raw Normal View History

2023-11-05 04:53:31 -03:00
#!/bin/sh
export AMD_VULKAN_ICD="RADV"
export DXVK_ASYNC=1
export MANGOHUD=1
export RADV_PERFTEST="gpl"
export WINEFSYNC=1
2023-11-05 04:53:31 -03:00
gamemoderun "$@"