From b07428f52b42a9e53a983d8c36c67528e9e7689a Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:15:02 -0400 Subject: [PATCH] update dxvk_hud env var --- lib/sc-launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index 33d3ece..bebf2d5 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -17,11 +17,11 @@ # Add additional environment variables here as needed export WINEPREFIX="$HOME/Games/star-citizen" export EOS_USE_ANTICHEATCLIENTNULL=1 -export DXVK_HUD=0 export __GL_SHADER_DISK_CACHE=1 export __GL_SHADER_DISK_CACHE_SIZE=1073741824 export WINE_HIDE_NVIDIA_GPU=1 export radv_zero_vram="true" +#export DXVK_HUD=fps,compiler #export MANGOHUD=1 # Run optional prelaunch and postexit scripts