mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 05:47:55 -05:00
video_core: fix build on Apple Clang
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user