mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Persist upscaling mode and refine FSR2 jitter behavior
This commit is contained in:
parent
6fd1c94d99
commit
a12126cc7e
3 changed files with 21 additions and 20 deletions
|
|
@ -117,6 +117,7 @@ private:
|
|||
bool pendingPOM = true; // on by default
|
||||
int pendingPOMQuality = 1; // 0=Low(16), 1=Medium(32), 2=High(64)
|
||||
bool pendingFSR = false;
|
||||
int pendingUpscalingMode = 0; // 0=Off, 1=FSR1, 2=FSR2
|
||||
int pendingFSRQuality = 0; // 0=UltraQuality, 1=Quality, 2=Balanced, 3=Performance
|
||||
float pendingFSRSharpness = 0.5f;
|
||||
bool fsrSettingsApplied_ = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue