mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-03 16:21:46 +00:00
Disable NTShared for Dx11 by default
This commit is contained in:
+1
-1
@@ -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
@@ -390,7 +390,7 @@ class Config
|
||||
|
||||
// dx11wdx12
|
||||
CustomOptional<bool> Dx11DelayedInit { false };
|
||||
CustomOptional<bool> DontUseNTShared { false };
|
||||
CustomOptional<bool> DontUseNTShared { true };
|
||||
|
||||
// vulkanwdx12
|
||||
CustomOptional<bool> VulkanUseCopyForInputs { false };
|
||||
|
||||
Reference in New Issue
Block a user