mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 18:42:33 -07:00
Texture Cache: More rescaling fixes.
This commit is contained in:
@@ -918,7 +918,7 @@ bool Image::ScaleUp() {
|
||||
return false;
|
||||
}
|
||||
flags |= ImageFlagBits::Rescaled;
|
||||
Scale();
|
||||
//Scale();
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -927,7 +927,7 @@ bool Image::ScaleDown() {
|
||||
return false;
|
||||
}
|
||||
flags &= ~ImageFlagBits::Rescaled;
|
||||
Scale();
|
||||
//Scale();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user