Skip to content

Commit 53f9271

Browse files
committed
Set Fsr4Update disabled by default.
1 parent a00cc38 commit 53f9271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptiScaler/Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class Config
255255
CustomOptional<int> Fsr3xIndex{ 0 };
256256
CustomOptional<bool> FsrUseMaskForTransparency{ true };
257257
CustomOptional<float> FsrVelocity{ 1.0f };
258-
CustomOptional<bool> Fsr4Update{ true };
258+
CustomOptional<bool> Fsr4Update{ false };
259259

260260
// FSR Common
261261
CustomOptional<float> FsrVerticalFov{ 60.0f };

0 commit comments

Comments
 (0)