Add function to retrieve readable sector tags

This commit is contained in:
2025-10-18 17:46:43 +01:00
parent cdddd3a3fd
commit 0bb3a3376b
3 changed files with 52 additions and 1 deletions

View File

@@ -915,7 +915,7 @@ typedef enum
DvdSectorEdcAaru = 19, ///< DVD sector EDC, 4 bytes
AppleProfileTagAaru = 20, ///< Apple's Profile sector tags, 20 bytes
PriamDataTowerTagAaru = 21, ///< Priam DataTower sector tags, 24 bytes
MaxSectorTag = DvdSectorEdcAaru
MaxSectorTag = PriamDataTowerTagAaru
} SectorTagType;
/** @} */ /* end of SectorTags group */