diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 830030efd..e926a3268 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -70,6 +70,7 @@ enum class ScalingFilter : u32 { | |||
| 70 | Gaussian = 3, | 70 | Gaussian = 3, |
| 71 | ScaleForce = 4, | 71 | ScaleForce = 4, |
| 72 | Fsr = 5, | 72 | Fsr = 5, |
| 73 | LastFilter = Fsr, | ||
| 73 | }; | 74 | }; |
| 74 | 75 | ||
| 75 | struct ResolutionScalingInfo { | 76 | struct ResolutionScalingInfo { |