diff options
author | FernandoS27 <fsahmkow27@gmail.com> | 2021-10-21 02:05:16 +0200 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-16 22:11:32 +0100 |
commit | 2eff80b47f578b346bb80c5afa2271859cd7943b (patch) | |
tree | 8846519d75e038e4677e08999a0e5a2cdbcf5560 /src/common/settings.h | |
parent | 9e065b9c7d3b25ddfe20afa4a945cca6e9767fa9 (diff) |
QtGUI: Add buttton to toggle the filter.
Diffstat (limited to 'src/common/settings.h')
-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 830030efd4..e926a3268a 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -70,6 +70,7 @@ enum class ScalingFilter : u32 { Gaussian = 3, ScaleForce = 4, Fsr = 5, + LastFilter = Fsr, }; struct ResolutionScalingInfo { |