[SFS] Use new source generator based big endian marshaller

This commit is contained in:
2025-10-21 03:43:06 +01:00
parent 85fbdd19d9
commit 555b90a07a
2 changed files with 26 additions and 24 deletions

View File

@@ -65,7 +65,7 @@ public sealed partial class SFS
if(errno != ErrorNumber.NoError) return;
RootBlock rootBlock = Marshal.ByteArrayToStructureBigEndian<RootBlock>(rootBlockSector);
RootBlock rootBlock = Marshal.ByteArrayToStructureBigEndianGenerated<RootBlock>(rootBlockSector);
var sbInformation = new StringBuilder();