VolumeVerifier: Report read errors to the user

This commit is contained in:
JosJuice
2020-01-25 19:41:58 +01:00
parent ea9b96370d
commit de26fec0af
2 changed files with 31 additions and 24 deletions

View File

@ -174,6 +174,8 @@ private:
bool m_redump_verification;
RedumpVerifier m_redump_verifier;
bool m_read_errors_occurred = false;
Hashes<bool> m_hashes_to_calculate{};
bool m_calculating_any_hash = false;
unsigned long m_crc32_context = 0;