diff options
| author | JosJuice <josjuice@gmail.com> | 2020-01-22 19:08:56 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2020-02-02 17:09:58 +0100 |
| commit | f8355d0f8276eed482a1bd2b9f18fc36b7c33299 (patch) | |
| tree | 29d66c2c372fa228ae0cc7fbce03d7240669e162 /Source/Core/DiscIO/VolumeVerifier.cpp | |
| parent | e449d23929611d14e4a726606f00a851d4defdec (diff) | |
VolumeVerifier: Don't return early when file is too small
Not sure why that was there.
Diffstat (limited to 'Source/Core/DiscIO/VolumeVerifier.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeVerifier.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeVerifier.cpp b/Source/Core/DiscIO/VolumeVerifier.cpp index a6040c4a3b..c0a33372db 100644 --- a/Source/Core/DiscIO/VolumeVerifier.cpp +++ b/Source/Core/DiscIO/VolumeVerifier.cpp @@ -1290,7 +1290,6 @@ void VolumeVerifier::Finish() "dumping program saved the disc image as several parts, you need " "to merge them into one file."); AddProblem(Severity::High, std::move(text)); - return; } for (auto [partition, blocks] : m_block_errors) |
