diff options
| author | JMC47 <JMC4789@gmail.com> | 2020-04-28 12:37:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 12:37:17 -0400 |
| commit | 116cef572beadeef0d317c4b87889a727ef30ac0 (patch) | |
| tree | e2a1eb393b905948d45474139b56463aa6a9e455 /Source/Core/DiscIO/VolumeVerifier.cpp | |
| parent | 165c2e30178905baba4854dc54a7dc063e8564b6 (diff) | |
| parent | 99c8ce9d8d1effa2ce67cb2890337b334f285f58 (diff) | |
Merge pull request #8738 from JosJuice/convert-dialog
Replace the compress/uncompress actions with a convert dialog
Diffstat (limited to 'Source/Core/DiscIO/VolumeVerifier.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeVerifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeVerifier.cpp b/Source/Core/DiscIO/VolumeVerifier.cpp index 354e843e92..38c6fd2e35 100644 --- a/Source/Core/DiscIO/VolumeVerifier.cpp +++ b/Source/Core/DiscIO/VolumeVerifier.cpp @@ -1040,7 +1040,7 @@ void VolumeVerifier::SetUpHashing() else if (m_volume.GetVolumeType() == Platform::WiiDisc) { // Set up a DiscScrubber for checking whether blocks with errors are unused - m_scrubber.SetupScrub(&m_volume, VolumeWii::BLOCK_TOTAL_SIZE); + m_scrubber.SetupScrub(&m_volume); } std::sort(m_blocks.begin(), m_blocks.end(), |
