mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-24 03:19:17 -05:00
Use more std::span arguments
This commit is contained in:
@@ -860,7 +860,7 @@ size_t WIARVZFileReader<RVZ>::Chunk::GetOutBytesWrittenExcludingExceptions() con
|
||||
|
||||
template <bool RVZ>
|
||||
bool WIARVZFileReader<RVZ>::ApplyHashExceptions(
|
||||
const std::vector<HashExceptionEntry>& exception_list,
|
||||
std::span<const HashExceptionEntry> exception_list,
|
||||
VolumeWii::HashBlock hash_blocks[VolumeWii::BLOCKS_PER_GROUP])
|
||||
{
|
||||
for (const HashExceptionEntry& exception : exception_list)
|
||||
|
||||
Reference in New Issue
Block a user