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