mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Decode Amiga extensions to ISO9660.
This commit is contained in:
@@ -57,6 +57,8 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
|
||||
class DecodedDirectoryEntry
|
||||
{
|
||||
public byte[] AmigaComment;
|
||||
public AmigaProtection? AmigaProtection;
|
||||
public byte? AppleDosType;
|
||||
public byte[] AppleIcon;
|
||||
public ushort? AppleProDosType;
|
||||
|
||||
Reference in New Issue
Block a user