mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Tune FSR2 defaults and simplify jitter controls
This commit is contained in:
parent
2e71c768db
commit
eccbfb6a5f
4 changed files with 4 additions and 25 deletions
|
|
@ -429,7 +429,7 @@ private:
|
|||
uint32_t frameIndex = 0;
|
||||
bool needsHistoryReset = true;
|
||||
bool useAmdBackend = false;
|
||||
float jitterSign = -1.0f;
|
||||
float jitterSign = 0.40f;
|
||||
float motionVecScaleX = 1.0f;
|
||||
float motionVecScaleY = 1.0f;
|
||||
#if WOWEE_HAS_AMD_FSR2
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ private:
|
|||
int pendingUpscalingMode = 0; // 0=Off, 1=FSR1, 2=FSR2
|
||||
int pendingFSRQuality = 0; // 0=UltraQuality, 1=Quality, 2=Balanced, 3=Performance
|
||||
float pendingFSRSharpness = 0.5f;
|
||||
float pendingFSR2JitterSign = -1.0f;
|
||||
float pendingFSR2JitterSign = 0.40f;
|
||||
float pendingFSR2MotionVecScaleX = 1.0f;
|
||||
float pendingFSR2MotionVecScaleY = 1.0f;
|
||||
bool fsrSettingsApplied_ = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue