mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Fix the 40-track option to actually work!
This commit is contained in:
		| @@ -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"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user