diff options
| author | 2021-10-21 02:05:16 +0200 | |
|---|---|---|
| committer | 2021-11-16 22:11:32 +0100 | |
| commit | 2eff80b47f578b346bb80c5afa2271859cd7943b (patch) | |
| tree | 8846519d75e038e4677e08999a0e5a2cdbcf5560 /src/common | |
| parent | VideoCore: Add gaussian filtering. (diff) | |
| download | yuzu-2eff80b47f578b346bb80c5afa2271859cd7943b.tar.gz yuzu-2eff80b47f578b346bb80c5afa2271859cd7943b.tar.xz yuzu-2eff80b47f578b346bb80c5afa2271859cd7943b.zip | |
QtGUI: Add buttton to toggle the filter.
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 { |