diff --git a/scripts/steam/launch_gamescope.sh b/scripts/steam/launch_gamescope.sh deleted file mode 100755 index 5b3ea6e..0000000 --- a/scripts/steam/launch_gamescope.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -export AMD_VULKAN_ICD="RADV" -export DXVK_ASYNC=1 -export DXVK_STATE_CACHE=1 -export MANGOHUD=1 -export RADV_PERFTEST="gpl" - -gamescope -w 1280 -h 720 -W 1920 -H 1080 -f -- gamemoderun "$@" diff --git a/scripts/steam/launch_raytracing.sh b/scripts/steam/launch_raytracing.sh deleted file mode 100755 index be68a53..0000000 --- a/scripts/steam/launch_raytracing.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -export AMD_VULKAN_ICD="RADV" -export DXVK_ASYNC=1 -export DXVK_STATE_CACHE=1 -export MANGOHUD=1 -export RADV_PERFTEST="rt,gpl" -export VKD3D_CONFIG="dxr11" -export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 - -gamemoderun "$@" -dx12