Revert the default hard disk format change.

This commit is contained in:
OBattler
2024-02-23 18:13:52 +01:00
parent 25203be56a
commit f417a347a6

View File

@@ -55,9 +55,7 @@ private:
QStringList filters;
// "Dynamic-size VHD" is number 4 in the `filters` list and the
// comboBoxFormat model
// Temporary change to fixed-size VHD due to MiniVHD's handling of
// dynamic-size VHD being buggy.
const uint8_t DEFAULT_DISK_FORMAT = 3;
const uint8_t DEFAULT_DISK_FORMAT = 4;
bool checkAndAdjustCylinders();
bool checkAndAdjustHeads();