mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 06:45:11 +00:00
Add dir RomVault header extension field
This commit is contained in:
@@ -104,6 +104,8 @@ namespace SabreTools.Metadata.DatFiles
|
||||
Header.Debug = header.Debug;
|
||||
if (Header.Description is null)
|
||||
Header.Description = header.Description;
|
||||
if (Header.DirHandling is null)
|
||||
Header.DirHandling = header.DirHandling;
|
||||
if (Header.Email is null)
|
||||
Header.Email = header.Email;
|
||||
if (Header.EmulatorVersion is null)
|
||||
|
||||
Reference in New Issue
Block a user