video_core: fix build on Apple Clang

This commit is contained in:
Liam 2023-05-02 18:05:30 -04:00
parent 98d1e50fb9
commit 2438a0b087
3 changed files with 6 additions and 4 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,
};