mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
VolumeVerifier: Don't return early when file is too small
Not sure why that was there.
This commit is contained in:
parent
e449d23929
commit
f8355d0f82
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user