mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Rework the layout stuff to be more correct. Physical skew no longer affects the
order in the resulting images.
This commit is contained in:
@@ -112,7 +112,7 @@ std::unique_ptr<Image> ImageReader::readMappedImage()
|
||||
auto newSector = std::make_shared<Sector>();
|
||||
*newSector = *e;
|
||||
newSector->logicalSector =
|
||||
trackLayout->filesystemToLogicalSectorMap.at(e->logicalSector);
|
||||
trackLayout->filesystemToNaturalSectorMap.at(e->logicalSector);
|
||||
sectors.insert(newSector);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user