diff options
| author | 2026-06-24 13:22:48 -0400 | |
|---|---|---|
| committer | 2026-06-24 13:22:48 -0400 | |
| commit | 2fca589444c29b383c00576fe46cf50cc3971cba (patch) | |
| tree | 5aa68ec86e5de426fdf2e57e165406b0bf1cfd75 /Config.cs | |
| parent | 7cc4ce79e11f1b800dfc10f681d4e8c1198bc57b (diff) | |
| download | WorldTuningTool-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-x | Config.cs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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;
|