mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Rip out the old approach to soft sector remapping as it wasn't working.
This commit is contained in:
		| @@ -137,7 +137,6 @@ std::shared_ptr<const TrackDataFlux> AbstractDecoder::decodeToSectors( | ||||
|         if (_sector->status != Sector::MISSING) | ||||
|         { | ||||
|         	auto& trackLayout = Layout::getLayoutOfTrack(_sector->logicalTrack, _sector->logicalSide); | ||||
|         	_sector->logicalSector = trackLayout.physicalSectorToLogical(_sector->physicalSector); | ||||
| 			_trackdata->sectors.push_back(_sector); | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user