mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-24 23:26:50 +00:00
Changed default XeFG DepthInverted value to true
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ IgnoreInitChecks=auto
|
||||
InterpolationCount=auto
|
||||
|
||||
; XeFG DepthInverted flag
|
||||
; true or false - Default (auto) is false
|
||||
; true or false - Default (auto) is true
|
||||
DepthInverted=auto
|
||||
|
||||
; Disable UI interpolation
|
||||
|
||||
+1
-1
@@ -539,7 +539,7 @@ class Config
|
||||
CustomOptional<bool> FGXeFGIgnoreInitChecks { false };
|
||||
CustomOptional<int> FGXeFGInterpolationCount { 1 };
|
||||
CustomOptional<bool> FGXeFGUIComposition { false };
|
||||
CustomOptional<bool> FGXeFGDepthInverted { false };
|
||||
CustomOptional<bool> FGXeFGDepthInverted { true };
|
||||
CustomOptional<bool> FGXeFGJitteredMV { false };
|
||||
CustomOptional<bool> FGXeFGHighResMV { false };
|
||||
CustomOptional<bool> FGXeFGDebugView { false };
|
||||
|
||||
Reference in New Issue
Block a user