From 3a0f1ea01d72fe0e626ce17d01a673d69b7021eb Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:13:33 -0400 Subject: [PATCH] Add optional DXVK_ASYNC env var --- lib/sc-launch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index f22ecbe..5b5178b 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -6,7 +6,7 @@ # Usage: # Run from your terminal or use the .desktop files installed by the Helper. # -# version: 2.1 +# version: 2.2 ############################################################################ # ENVIRONMENT VARIABLES @@ -31,6 +31,7 @@ export MESA_SHADER_CACHE_MAX_SIZE="10G" # Performance options export WINEESYNC=1 export WINEFSYNC=1 +#export DXVK_ASYNC=1 # Optional HUDs #export DXVK_HUD=fps,compiler #export MANGOHUD=1