Default to 8x for CD-ROM speeds
This commit is contained in:
@@ -171,6 +171,7 @@ void SettingsFloppyCDROM::onCDROMRowChanged(const QModelIndex ¤t) {
|
||||
if (! match.isEmpty()) {
|
||||
ui->comboBoxChannel->setCurrentIndex(match.first().row());
|
||||
}
|
||||
else ui->comboBoxChannel->setCurrentIndex(8);
|
||||
ui->comboBoxSpeed->setCurrentIndex(speed);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user