summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.cs b/Config.cs
index 9c771a9..743abe9 100755
--- a/Config.cs
+++ b/Config.cs
@@ -179,6 +179,7 @@ namespace WorldTuningTool
public struct PatchConfig
{
+ public bool FullResolutionSSLR { get; set; } = false;
public bool FullResolutionVolumeBlur { get; set; } = false;
public bool HigherThanHighestVolumeRendering { get; set; } = false;
public bool DisableLODLimits { get; set; } = false;