Default to 8x for CD-ROM speeds

This commit is contained in:
Cacodemon345
2022-01-09 16:48:41 +06:00
parent 78f96ee6ba
commit 42b3b5623a

View File

@@ -171,6 +171,7 @@ void SettingsFloppyCDROM::onCDROMRowChanged(const QModelIndex &current) {
if (! match.isEmpty()) {
ui->comboBoxChannel->setCurrentIndex(match.first().row());
}
else ui->comboBoxChannel->setCurrentIndex(8);
ui->comboBoxSpeed->setCurrentIndex(speed);
}