mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-09 12:02:39 -04:00
Use more std::span arguments
This commit is contained in:
@@ -213,7 +213,7 @@ static std::vector<u8> ParseHash(const char* str)
|
||||
return hash;
|
||||
}
|
||||
|
||||
std::vector<RedumpVerifier::PotentialMatch> RedumpVerifier::ScanDatfile(const std::vector<u8>& data,
|
||||
std::vector<RedumpVerifier::PotentialMatch> RedumpVerifier::ScanDatfile(std::span<const u8> data,
|
||||
const std::string& system)
|
||||
{
|
||||
pugi::xml_document doc;
|
||||
|
||||
Reference in New Issue
Block a user