mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add support to swap endian of struct enums.
This commit is contained in:
@@ -57,7 +57,7 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
public readonly AppleId id;
|
||||
public readonly uint type;
|
||||
public readonly uint creator;
|
||||
public readonly ushort finder_flags;
|
||||
public readonly FinderFlags finder_flags;
|
||||
}
|
||||
|
||||
// Little-endian
|
||||
|
||||
Reference in New Issue
Block a user