mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fix problems with running VolumeVerifier on very small disc images
This commit is contained in:
parent
24718c1a38
commit
107291dc5a
2 changed files with 3 additions and 2 deletions
|
@ -117,7 +117,7 @@ void VerifyWidget::Verify()
|
|||
verifier.Finish();
|
||||
|
||||
DiscIO::VolumeVerifier::Result result = verifier.GetResult();
|
||||
progress->setValue(verifier.GetBytesProcessed() / DIVISOR);
|
||||
progress->reset();
|
||||
|
||||
m_summary_text->setText(QString::fromStdString(result.summary_text));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue