feat: add native steam launch script

This commit is contained in:
Alexandre Cavalheiro 2024-02-01 21:11:35 -03:00
parent 92f410d4fd
commit ca2a439e2c
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

6
scripts/steam/launch_native.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
# https://docs.mesa3d.org/envvars.html
export AMD_VULKAN_ICD="RADV"
mangohud gamemoderun "$@"