7 lines
106 B
Bash
7 lines
106 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# https://docs.mesa3d.org/envvars.html
|
||
|
export AMD_VULKAN_ICD="RADV"
|
||
|
|
||
|
mangohud gamemoderun "$@"
|