mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 11:48:07 -05: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