diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index f6acf5bdf..830030efd 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -67,8 +67,9 @@ enum class ScalingFilter : u32 { | |||
| 67 | NearestNeighbor = 0, | 67 | NearestNeighbor = 0, |
| 68 | Bilinear = 1, | 68 | Bilinear = 1, |
| 69 | Bicubic = 2, | 69 | Bicubic = 2, |
| 70 | ScaleForce = 3, | 70 | Gaussian = 3, |
| 71 | Fsr = 4, | 71 | ScaleForce = 4, |
| 72 | Fsr = 5, | ||
| 72 | }; | 73 | }; |
| 73 | 74 | ||
| 74 | struct ResolutionScalingInfo { | 75 | struct ResolutionScalingInfo { |