Replace usages of Name field (nw)

This commit is contained in:
Matt Nadareski
2024-03-08 20:42:24 -05:00
parent 71dcc04558
commit 2dbe257023
59 changed files with 268 additions and 564 deletions

View File

@@ -67,7 +67,6 @@ namespace SabreTools.DatFiles.Formats
var rom = new Rom()
{
Name = "-",
Size = Constants.SizeZero,
CRC = Constants.CRCZero,
MD5 = Constants.MD5Zero,
@@ -102,6 +101,7 @@ namespace SabreTools.DatFiles.Formats
Name = filename,
},
};
rom.SetName("-");
// Now process and add the rom
ParseAddHelper(rom, statsOnly);