mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 12:12:32 -07: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