Add persisted AMD FSR3 framegen runtime toggle plumbing

This commit is contained in:
Kelsi 2026-03-08 22:53:21 -07:00
parent a49decd9a6
commit bdfec103ac
6 changed files with 65 additions and 0 deletions

View file

@ -123,6 +123,7 @@ private:
float pendingFSR2JitterSign = 0.38f;
float pendingFSR2MotionVecScaleX = 1.0f;
float pendingFSR2MotionVecScaleY = 1.0f;
bool pendingAMDFramegen = false;
bool fsrSettingsApplied_ = false;
// UI element transparency (0.0 = fully transparent, 1.0 = fully opaque)