Fix the 40-track option to actually work!

This commit is contained in:
David Given
2022-09-10 23:56:59 +02:00
parent 644adc43ed
commit c451950dbf

View File

@@ -1088,7 +1088,7 @@ public:
config.mutable_drive()->set_high_density(hd);
if (fortyTrackDriveToggle->GetValue())
config.add_include("40track_drive");
FlagGroup::parseConfigFile("40track_drive", formats);
std::string filename =
driveChoice->GetSelection() ? "drive:1" : "drive:0";