mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add TODO to check floppy page.
This commit is contained in:
@@ -175,6 +175,7 @@ namespace Aaru.Core.Devices.Dumping
|
||||
if(decMode.Value.Header.BlockDescriptors?.Length > 0)
|
||||
scsiDensityCode = (byte)decMode.Value.Header.BlockDescriptors[0].Density;
|
||||
|
||||
// TODO: Fix this
|
||||
containsFloppyPage = decMode.Value.Pages?.Aggregate(containsFloppyPage,
|
||||
(current, modePage) =>
|
||||
current | (modePage.Page == 0x05)) ==
|
||||
|
||||
Reference in New Issue
Block a user