Disable NTShared for Dx11 by default

This commit is contained in:
cdozdil
2026-03-08 01:36:35 +03:00
parent 6a90babd8e
commit b4055caa5c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -907,7 +907,7 @@ UseDelayedInit=auto
; Prefer using D3D11_RESOURCE_MISC_SHARED, which is lower level
; and a bit more performant and possibly less compatible
; true or false - Default (auto) is false
; true or false - Default (auto) is true
DontUseNTShared=auto
+1 -1
View File
@@ -390,7 +390,7 @@ class Config
// dx11wdx12
CustomOptional<bool> Dx11DelayedInit { false };
CustomOptional<bool> DontUseNTShared { false };
CustomOptional<bool> DontUseNTShared { true };
// vulkanwdx12
CustomOptional<bool> VulkanUseCopyForInputs { false };