mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Replace old bigendian marshaller with new one.
This commit is contained in:
@@ -130,7 +130,7 @@ public sealed partial class XboxFatPlugin
|
||||
? Marshal.ByteArrayToStructureLittleEndian<DirectoryEntry>(directoryBuffer,
|
||||
pos,
|
||||
Marshal.SizeOf<DirectoryEntry>())
|
||||
: Marshal.ByteArrayToStructureBigEndianGenerated<DirectoryEntry>(directoryBuffer,
|
||||
: Marshal.ByteArrayToStructureBigEndian<DirectoryEntry>(directoryBuffer,
|
||||
pos,
|
||||
Marshal.SizeOf<DirectoryEntry>());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user