Merge pull request #2527 from elyosh/esdi

ESDI: implement HDD timings and fix status icon updating
This commit is contained in:
Miran Grča
2022-07-29 16:30:51 +02:00
committed by GitHub
3 changed files with 94 additions and 28 deletions

View File

@@ -59,6 +59,7 @@ void Harddrives::populateSpeeds(QAbstractItemModel *model, int bus) {
switch (bus) {
case HDD_BUS_IDE:
case HDD_BUS_ESDI:
num_preset = hdd_preset_get_num();
break;