ESDI: implement HDD timings

This commit is contained in:
Adrien Moulin
2022-07-29 00:47:52 +02:00
parent fe98b05da3
commit 6e6436acd7
3 changed files with 68 additions and 22 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;