mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
VolumeVerifier: Don't return early when file is too small
Not sure why that was there.
This commit is contained in:
@ -1290,7 +1290,6 @@ void VolumeVerifier::Finish()
|
|||||||
"dumping program saved the disc image as several parts, you need "
|
"dumping program saved the disc image as several parts, you need "
|
||||||
"to merge them into one file.");
|
"to merge them into one file.");
|
||||||
AddProblem(Severity::High, std::move(text));
|
AddProblem(Severity::High, std::move(text));
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for (auto [partition, blocks] : m_block_errors)
|
for (auto [partition, blocks] : m_block_errors)
|
||||||
|
Reference in New Issue
Block a user