popup_error.setWindowTitle(tr("Error while loading ROM!"));
popup_error.setText(tr("The game that you are trying to load must be decrypted before being used with Citra.<br/><br/>"
"For more information on dumping and decrypting games, please see: <a href='https://citra-emu.org/wiki/Dumping-Game-Cartridges'>https://citra-emu.org/wiki/Dumping-Game-Cartridges</a>"));
popup_error.setIcon(QMessageBox::Critical);
popup_error.exec();
break;
}
caseLoader::ResultStatus::ErrorInvalidFormat:
QMessageBox::critical(this,tr("Error while loading ROM!"),
QMessageBox::critical(this,tr("Error while loading ROM!"),
tr("The ROM format is not supported."));
break;
caseLoader::ResultStatus::Error:
default:
QMessageBox::critical(this,tr("Error while loading ROM!"),
tr("Unknown error!"));
QMessageBox::critical(this,tr("Error while loading ROM!"),