mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 10:07:53 -05:00
TextureCache: fix rescaling in aliases and overlap joins.
This commit is contained in:
committed by
Fernando Sahmkow
parent
7506ac4118
commit
d37d10e7a7
@ -55,7 +55,8 @@ struct OverlapResult {
|
||||
|
||||
[[nodiscard]] std::vector<ImageCopy> MakeShrinkImageCopies(const ImageInfo& dst,
|
||||
const ImageInfo& src,
|
||||
SubresourceBase base);
|
||||
SubresourceBase base, u32 up_scale = 1,
|
||||
u32 down_shift = 0);
|
||||
|
||||
[[nodiscard]] bool IsValidEntry(const Tegra::MemoryManager& gpu_memory, const TICEntry& config);
|
||||
|
||||
|
Reference in New Issue
Block a user