video_core: fix build on Apple Clang
This commit is contained in:
parent
47938541c2
commit
e1c74cea10
3 changed files with 6 additions and 4 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue