mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 13:52:40 +00:00
Texture Cahe: Fix downscaling on SMO.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user