Add dir RomVault header extension field

This commit is contained in:
Matt Nadareski
2026-07-23 16:45:12 -04:00
parent d0f5ac322d
commit 32d9e8a09d
15 changed files with 49 additions and 0 deletions

View File

@@ -341,6 +341,7 @@ namespace SabreTools.Serialization.Readers
obj.ForceMerging = reader.GetAttribute("forcemerging").AsMergingFlag();
obj.ForceNodump = reader.GetAttribute("forcenodump").AsNodumpFlag();
obj.ForcePacking = reader.GetAttribute("forcepacking").AsPackingFlag();
obj.Dir = reader.GetAttribute("dir");
return obj;
}