release v2.3

This commit is contained in:
2026-09-05 17:14:22 +02:00
parent d0627a574f
commit 9b46d98e6a
2 changed files with 21 additions and 20 deletions
+20 -20
View File
@@ -1,20 +1,20 @@
# DXVK configuration for World of Warcraft
# Uncomment to set framerate limit
# d3d9.maxFrameRate = 1000
# Uncomment to force borderless fullscreen
# d3d9.enableDialogMode = True
# Enable GPL if supported to reduce stuttering (NVIDIA 473.33+, AMD 24.6.1+)
dxvk.enableGraphicsPipelineLibrary = Auto
# Track pipeline lifetimes to reduce memory usage
dxvk.trackPipelineLifetime = True
# Limit compiler threads to reduce memory usage
dxvk.numCompilerThreads = 4
# Allow exclusive fullscreen mode on Windows
dxvk.allowFse = True
# Disabled because VanillaFixes sets process DPI awareness
d3d9.dpiAware = False
# DXVK configuration for World of Warcraft
# Uncomment to set framerate limit
# d3d9.maxFrameRate = 1000
# Uncomment to force borderless fullscreen
# d3d9.enableDialogMode = True
# Enable GPL if supported to reduce stuttering (NVIDIA 473.33+, AMD 24.6.1+)
dxvk.enableGraphicsPipelineLibrary = Auto
# Track pipeline lifetimes to reduce memory usage
dxvk.trackPipelineLifetime = True
# Limit compiler threads to reduce memory usage
dxvk.numCompilerThreads = 4
# Disable exclusive fullscreen on Windows to avoid black screens during Alt+Tab
dxvk.allowFse = False
# Disabled because VanillaFixes sets process DPI awareness
d3d9.dpiAware = False
+1
View File
@@ -20,6 +20,7 @@ This update focuses on **better compatibility, safer WoW.exe patching and improv
## 🛡️ Reliability
- DXVK exclusive fullscreen is now disabled by default to avoid black screens during Alt+Tab on Windows.
- Expanded automated tests for installation ordering, recovery and executable patching.
- Improved rollback behavior to reduce the risk of partial installations.