diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-10-15 22:59:16 +0200 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-16 22:11:31 +0100 |
| commit | b7ccc58f235d9e442677eb10259b7196a387c6bc (patch) | |
| tree | 2a479e907e8019b81aaeb99c5a1966ec05b5aab0 /src/common/settings.h | |
| parent | 0f14c9379eae9c3caf8f4b932eace0a84d728f94 (diff) | |
Texture Cahe: Fix downscaling on SMO.
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 09f7cdd84..a09db0822 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -72,6 +72,7 @@ struct ResolutionScalingInfo { f32 up_factor{1.0f}; f32 down_factor{1.0f}; bool active{}; + bool downscale{}; s32 ScaleUp(s32 value) const { if (value == 0) { |
