early-access version 3545

This commit is contained in:
pineappleEA
2023-05-03 18:47:38 +02:00
parent f6df739ee6
commit 6462b4528c
7 changed files with 12 additions and 11 deletions

View File

@@ -888,7 +888,7 @@ void TextureCache<P>::DownloadImageIntoBuffer(typename TextureCache<P>::Image* i
buffer,
download_map.buffer,
};
std::array buffer_offsets{
std::array<u64, 2> buffer_offsets{
buffer_offset,
download_map.offset,
};