linuxware/scripts/steam/launch.sh
Alexandre Cavalheiro aa54767b50
chore: remove vkbasalt
It was fun at first but honestly? I'm good thank you.
2024-02-04 22:45:03 -03:00

10 lines
136 B
Bash
Executable file

#!/bin/sh
export MANGOHUD=1
# https://docs.mesa3d.org/envvars.html
export AMD_VULKAN_ICD="RADV"
export DXVK_ASYNC=1
gamemoderun "$@"