mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-25 16:01:41 +00:00
Add log
This commit is contained in:
parent
f37ca9c44c
commit
f98a73b360
|
@ -584,6 +584,8 @@ bool BufferCache::SynchronizeBufferFromImage(Buffer& buffer, VAddr device_addr,
|
|||
if (False(image.flags & ImageFlagBits::GpuModified)) {
|
||||
return false;
|
||||
}
|
||||
LOG_INFO(Render_Vulkan, "Copying image with size {:#x}, max_size {:#x}",
|
||||
image.info.guest_size_bytes, size);
|
||||
ASSERT_MSG(device_addr == image.info.guest_address,
|
||||
"Texel buffer aliases image subresources {:x} : {:x}", device_addr,
|
||||
image.info.guest_address);
|
||||
|
|
Loading…
Reference in a new issue