summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-06-24 13:22:48 -0400
committerAndrew Opalach <andrew@akon.city> 2026-06-24 13:22:48 -0400
commit2fca589444c29b383c00576fe46cf50cc3971cba (patch)
tree5aa68ec86e5de426fdf2e57e165406b0bf1cfd75 /Config.cs
parent7cc4ce79e11f1b800dfc10f681d4e8c1198bc57b (diff)
downloadWorldTuningTool-2fca589444c29b383c00576fe46cf50cc3971cba.tar.gz
WorldTuningTool-2fca589444c29b383c00576fe46cf50cc3971cba.tar.bz2
WorldTuningTool-2fca589444c29b383c00576fe46cf50cc3971cba.zip
Progress on full res SSR
Signed-off-by: Andrew Opalach <andrew@akon.city>
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;