From 916c489f38f09e8ff1bd4a3a9fbb8c9adf3ea109 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:57:55 -0400 Subject: [PATCH] Add extra nvidia cache options to env vars --- lib/sc-launch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index 9e8f8bd..b402202 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -19,6 +19,9 @@ export WINEPREFIX="$HOME/Games/star-citizen" export EOS_USE_ANTICHEATCLIENTNULL=1 export __GL_SHADER_DISK_CACHE=1 export __GL_SHADER_DISK_CACHE_SIZE=1073741824 +# Extra Nvidia cache options +#export __GL_SHADER_DISK_CACHE_PATH="/path/you/want/for/your/cache" +#export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=true export radv_zero_vram="true" #export DXVK_HUD=fps,compiler #export MANGOHUD=1