diff options
| author | 2022-11-27 00:13:15 -0800 | |
|---|---|---|
| committer | 2022-11-27 00:13:15 -0800 | |
| commit | 3ab8d9ac7c1fac58de314265f8936336d1f7d829 (patch) | |
| tree | 9f0544fd8e47a1c3c308b420b7c9b16d622cb67f /src/common/settings.h | |
| parent | Merge pull request #9324 from v1993/master (diff) | |
| parent | Sharpness instead of Sharpening (diff) | |
| download | yuzu-3ab8d9ac7c1fac58de314265f8936336d1f7d829.tar.gz yuzu-3ab8d9ac7c1fac58de314265f8936336d1f7d829.tar.xz yuzu-3ab8d9ac7c1fac58de314265f8936336d1f7d829.zip | |
Merge pull request #9276 from goldenx86/fsrSlider
FSR Sharpening 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 cf1c00b75..00e4421f7 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. |