From f8355d0f8276eed482a1bd2b9f18fc36b7c33299 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Wed, 22 Jan 2020 19:08:56 +0100 Subject: [PATCH] VolumeVerifier: Don't return early when file is too small Not sure why that was there. --- Source/Core/DiscIO/VolumeVerifier.cpp | 1 - 1 file changed, 1 deletion(-) 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)