Texture Cahe: Fix downscaling on SMO.
This commit is contained in:
parent
0f14c9379e
commit
b7ccc58f23
5 changed files with 11 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue