mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 10:55:45 +00:00
TextureCache: fix rescaling in aliases and overlap joins.
This commit is contained in:
parent
62092586a1
commit
564caa296b
4 changed files with 48 additions and 23 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue