Very minor validation fix.

main
Síle Ekaterin Liszka 2021-06-05 18:29:35 -05:00
parent bdf7e91242
commit 1393dd7ba6
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ void Exdeath::btnROM_clicked(bool trigger) {
if (md5->addData(target)) {
if (md5->result().toHex().compare("9ed82843cc54876362be56faccb15d75") != 0) {
error->showMessage("You must provide a Final Fantasy V Advance US image.");
filename = nullptr;
}
}
target->close();