scripts(steam): remove RADV specification we dont use amdvlk, also disable dither
This commit is contained in:
parent
ba84892af3
commit
71648d1b3d
3 changed files with 28 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# https://docs.mesa3d.org/envvars.html
|
||||
export AMD_VULKAN_ICD="RADV"
|
||||
export MANGOHUD=1
|
||||
|
||||
mangohud gamemoderun "$@"
|
||||
# https://docs.mesa3d.org/envvars.html
|
||||
export MESA_NO_DITHER=1 # Disables dither
|
||||
export MESA_BACK_BUFFER=pixmap # For X only
|
||||
|
||||
gamemoderun "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue