mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
VolumeVerifier: enable fast hash functions by default
sets defaults based on cpu support.
This commit is contained in:
parent
7d2d5d914b
commit
d71797154a
7 changed files with 61 additions and 18 deletions
|
@ -127,6 +127,7 @@ public:
|
|||
VolumeVerifier(const Volume& volume, bool redump_verification, Hashes<bool> hashes_to_calculate);
|
||||
~VolumeVerifier();
|
||||
|
||||
static Hashes<bool> GetDefaultHashesToCalculate();
|
||||
void Start();
|
||||
void Process();
|
||||
u64 GetBytesProcessed() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue