Add TODO to check floppy page.

This commit is contained in:
2021-08-17 17:32:40 +01:00
parent bc03e3467f
commit f203b537a8

View File

@@ -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)) ==