diff options
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;
|