changed resource state parameter

added xess quality override
changed min render height and width
This commit is contained in:
cdozdil
2024-02-21 02:22:40 +03:00
parent 6ac621db04
commit 326bcfbfcd
5 changed files with 122 additions and 67 deletions
+1
View File
@@ -22,6 +22,7 @@ void Config::Reload()
DelayedInit = readBool("XeSS", "DelayedInit");
BuildPipelines = readBool("XeSS", "BuildPipelines");
NetworkModel = readInt("XeSS", "NetworkModel");
OverrideQuality = readInt("XeSS", "OverrideQuality");
LoggingEnabled = readBool("Log", "LoggingEnabled");