mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VolumeVerifier: Make high severity "too small" hide low severity "too small"
This commit is contained in:
@ -200,6 +200,7 @@ private:
|
||||
|
||||
u64 m_biggest_referenced_offset = 0;
|
||||
u64 m_biggest_verified_offset = 0;
|
||||
bool m_smaller_than_expected = false;
|
||||
|
||||
bool m_started = false;
|
||||
bool m_done = false;
|
||||
|
Reference in New Issue
Block a user