Add optional DXVK_ASYNC env var

This commit is contained in:
the-sane
2025-10-06 14:13:33 -04:00
parent 931d464680
commit 3a0f1ea01d

View File

@@ -6,7 +6,7 @@
# Usage: # Usage:
# Run from your terminal or use the .desktop files installed by the Helper. # Run from your terminal or use the .desktop files installed by the Helper.
# #
# version: 2.1 # version: 2.2
############################################################################ ############################################################################
# ENVIRONMENT VARIABLES # ENVIRONMENT VARIABLES
@@ -31,6 +31,7 @@ export MESA_SHADER_CACHE_MAX_SIZE="10G"
# Performance options # Performance options
export WINEESYNC=1 export WINEESYNC=1
export WINEFSYNC=1 export WINEFSYNC=1
#export DXVK_ASYNC=1
# Optional HUDs # Optional HUDs
#export DXVK_HUD=fps,compiler #export DXVK_HUD=fps,compiler
#export MANGOHUD=1 #export MANGOHUD=1