early-access version 4004

This commit is contained in:
pineappleEA
2023-12-02 17:14:16 +01:00
parent 82946e3f3d
commit ad11d18846
11 changed files with 39 additions and 44 deletions

View File

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