mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 06:58:01 -05: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