diff options
| author | 2021-10-16 20:33:58 -0500 | |
|---|---|---|
| committer | 2021-11-16 22:11:31 +0100 | |
| commit | 37cb0377ae30e2139f6fa381d04124e51fcccded (patch) | |
| tree | a1cd811a61535d8aa8790a9ac0400b0e79976499 /src/common | |
| parent | Texture Cache: Rescale conversions between depth and color (diff) | |
| download | yuzu-37cb0377ae30e2139f6fa381d04124e51fcccded.tar.gz yuzu-37cb0377ae30e2139f6fa381d04124e51fcccded.tar.xz yuzu-37cb0377ae30e2139f6fa381d04124e51fcccded.zip | |
vulkan: Implement FidelityFX Super Resolution
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 a09db0822..9da447ce0 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -64,6 +64,7 @@ enum class ScalingFilter : u32 { | |||
| 64 | Bilinear = 0, | 64 | Bilinear = 0, |
| 65 | Bicubic = 1, | 65 | Bicubic = 1, |
| 66 | ScaleForce = 2, | 66 | ScaleForce = 2, |
| 67 | Fsr = 3, | ||
| 67 | }; | 68 | }; |
| 68 | 69 | ||
| 69 | struct ResolutionScalingInfo { | 70 | struct ResolutionScalingInfo { |