mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Split apple sector tags in specific types.
This commit is contained in:
@@ -325,7 +325,7 @@ public sealed partial class AppleMFS
|
||||
_volMdb.drAlBlSt +
|
||||
_partitionStart,
|
||||
(uint)_sectorsPerBlock,
|
||||
SectorTagType.AppleSectorTag,
|
||||
SectorTagType.AppleSonyTag,
|
||||
out byte[] sectors)
|
||||
: _device.ReadSectors((ulong)((nextBlock - 2) * _sectorsPerBlock) +
|
||||
_volMdb.drAlBlSt +
|
||||
|
||||
Reference in New Issue
Block a user