|
|
|
@ -1241,6 +1241,8 @@ void TextureCache<P>::UploadImageContents(Image& image, StagingBuffer& staging) |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
gpu_memory->FlushRegion(gpu_addr, image.guest_size_bytes, |
|
|
|
VideoCommon::CacheType::NoTextureCache); |
|
|
|
Tegra::Memory::GpuGuestMemory<u8, Tegra::Memory::GuestMemoryFlags::UnsafeRead> swizzle_data( |
|
|
|
*gpu_memory, gpu_addr, image.guest_size_bytes, &swizzle_data_buffer); |
|
|
|
if (True(image.flags & ImageFlagBits::Converted)) { |
|
|
|
|