Changed default XeFG DepthInverted value to true

This commit is contained in:
cdozdil
2026-05-17 17:58:08 +03:00
parent 1883c03a9b
commit 5ca05169cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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 };