mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-24 15:16:45 +00:00
Always keep user choice of dxgi spoofing
This commit is contained in:
+1
-1
@@ -443,7 +443,7 @@ class Config
|
||||
CustomOptional<bool> DisableFlipMetering { false };
|
||||
|
||||
// Spoofing
|
||||
CustomOptional<bool> DxgiSpoofing { true };
|
||||
CustomOptional<bool, SoftDefault> DxgiSpoofing { true };
|
||||
CustomOptional<bool> DxgiFactoryWrapping { false };
|
||||
CustomOptional<bool> StreamlineSpoofing { true };
|
||||
CustomOptional<std::string, NoDefault> DxgiBlacklist; // disabled by default
|
||||
|
||||
Reference in New Issue
Block a user