mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 19:27:27 +00:00
VolumeVerifier: Report read errors to the user
This commit is contained in:
parent
ea9b96370d
commit
de26fec0af
2 changed files with 31 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue