mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 06:45:11 +00:00
Add subset RomVault header extension field
This commit is contained in:
@@ -54,6 +54,7 @@ namespace SabreTools.Serialization.CrossModel
|
||||
Url = item.Url,
|
||||
Comment = item.Comment,
|
||||
Type = item.Type,
|
||||
Subset = item.Subset,
|
||||
};
|
||||
|
||||
if (item.HeaderSkipper is not null
|
||||
|
||||
@@ -66,6 +66,7 @@ namespace SabreTools.Serialization.CrossModel
|
||||
Url = item.Url,
|
||||
Comment = item.Comment,
|
||||
Type = item.Type,
|
||||
Subset = item.Subset,
|
||||
};
|
||||
|
||||
if (item.ClrMamePro is not null)
|
||||
|
||||
Reference in New Issue
Block a user