feat: add native steam launch script
This commit is contained in:
parent
92f410d4fd
commit
ca2a439e2c
6
scripts/steam/launch_native.sh
Executable file
6
scripts/steam/launch_native.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# https://docs.mesa3d.org/envvars.html
|
||||
export AMD_VULKAN_ICD="RADV"
|
||||
|
||||
mangohud gamemoderun "$@"
|
Loading…
Reference in a new issue