diff options
| author | 2022-11-19 21:04:04 -0300 | |
|---|---|---|
| committer | 2022-11-24 04:22:13 -0500 | |
| commit | f209e976f4887f399250c558ac725bc5723eec38 (patch) | |
| tree | 78d1ed79f0bfadaa968a8f0e0fb21465441428b5 /src/common/settings.h | |
| parent | Merge pull request #9299 from lioncash/cast (diff) | |
| download | yuzu-f209e976f4887f399250c558ac725bc5723eec38.tar.gz yuzu-f209e976f4887f399250c558ac725bc5723eec38.tar.xz yuzu-f209e976f4887f399250c558ac725bc5723eec38.zip | |
FSR Sharpening Slider part 1 - only a global slider
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 0eb98939c..31d195548 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -421,6 +421,7 @@ struct Values { | |||
| 421 | ResolutionScalingInfo resolution_info{}; | 421 | ResolutionScalingInfo resolution_info{}; |
| 422 | SwitchableSetting<ResolutionSetup> resolution_setup{ResolutionSetup::Res1X, "resolution_setup"}; | 422 | SwitchableSetting<ResolutionSetup> resolution_setup{ResolutionSetup::Res1X, "resolution_setup"}; |
| 423 | SwitchableSetting<ScalingFilter> scaling_filter{ScalingFilter::Bilinear, "scaling_filter"}; | 423 | SwitchableSetting<ScalingFilter> scaling_filter{ScalingFilter::Bilinear, "scaling_filter"}; |
| 424 | SwitchableSetting<int, true> fsr_sharpening_slider{25, 0, 200, "fsr_sharpening_slider"}; | ||
| 424 | SwitchableSetting<AntiAliasing> anti_aliasing{AntiAliasing::None, "anti_aliasing"}; | 425 | SwitchableSetting<AntiAliasing> anti_aliasing{AntiAliasing::None, "anti_aliasing"}; |
| 425 | // *nix platforms may have issues with the borderless windowed fullscreen mode. | 426 | // *nix platforms may have issues with the borderless windowed fullscreen mode. |
| 426 | // Default to exclusive fullscreen on these platforms for now. | 427 | // Default to exclusive fullscreen on these platforms for now. |