Texture Cahe: Fix downscaling on SMO.

This commit is contained in:
Fernando Sahmkow 2021-10-15 22:59:16 +02:00
parent 0f14c9379e
commit b7ccc58f23
5 changed files with 11 additions and 0 deletions

View file

@ -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) {