mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-29 21:58:58 +02:00
fix
This commit is contained in:
parent
baddaf0040
commit
aa8cc4da38
1 changed files with 1 additions and 2 deletions
|
|
@ -1513,8 +1513,7 @@ ImageId TextureCache<P>::JoinImages(const ImageInfo& info, GPUVAddr gpu_addr, DA
|
||||||
// If we cannot determine a base mapping, fallback to preserving the
|
// If we cannot determine a base mapping, fallback to preserving the
|
||||||
// overlap (avoid deleting GPU-modified data) and log the event so
|
// overlap (avoid deleting GPU-modified data) and log the event so
|
||||||
// it can be investigated, we're trying to pinpoint the issue of texture flickering.
|
// it can be investigated, we're trying to pinpoint the issue of texture flickering.
|
||||||
LOG_WARNING(HW_GPU, "Could not map overlap gpu_addr {:#x} into new image; preserving overlap {}",
|
LOG_WARNING(HW_GPU, "Could not map overlap gpu_addr {:#x} into new image; preserving overlap", u64(overlap.gpu_addr));
|
||||||
overlap.gpu_addr, overlap_id);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue