mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 07:32:33 -07: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