release v2.3
This commit is contained in:
+20
-20
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user