mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-21 22:35:06 +00:00
Add subset RomVault header extension field
This commit is contained in:
@@ -156,6 +156,8 @@ namespace SabreTools.Metadata.DatFiles
|
||||
Header.ScreenshotsWidth = header.ScreenshotsWidth;
|
||||
if (Header.System is null)
|
||||
Header.System = header.System;
|
||||
if (Header.Subset is null)
|
||||
Header.Subset = header.Subset;
|
||||
if (Header.Timestamp is null)
|
||||
Header.Timestamp = header.Timestamp;
|
||||
if (Header.Type is null)
|
||||
|
||||
Reference in New Issue
Block a user