linuxware/scripts/steam/launch.sh

10 lines
136 B
Bash
Raw Normal View History

2023-11-05 04:53:31 -03:00
#!/bin/sh
export MANGOHUD=1
2023-12-12 11:10:32 -03:00
# https://docs.mesa3d.org/envvars.html
export AMD_VULKAN_ICD="RADV"
export DXVK_ASYNC=1
2023-11-05 04:53:31 -03:00
gamemoderun "$@"