linuxware/scripts/steam/launch.sh

12 lines
162 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-12-30 12:50:26 -03:00
export ENABLE_VKBASALT=1
2023-11-05 04:53:31 -03:00
gamemoderun "$@"