9 lines
148 B
Bash
Executable file
9 lines
148 B
Bash
Executable file
#!/bin/sh
|
|
export AMD_VULKAN_ICD="RADV"
|
|
export DXVK_ASYNC=1
|
|
export DXVK_STATE_CACHE=1
|
|
export MANGOHUD=1
|
|
export RADV_PERFTEST="gpl"
|
|
|
|
gamemoderun "$@"
|