mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 10:07:50 +00:00
texture_cache: use pedantic type names
This commit is contained in:
parent
7e94c3548d
commit
9014e6783f
3 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue