Rename "CRC" to "CRC32" where appropriate

This commit is contained in:
Matt Nadareski
2026-04-06 07:44:19 -04:00
parent 6a7d6e16b7
commit e2b2f4d8a5
61 changed files with 375 additions and 373 deletions

View File

@@ -24,7 +24,7 @@ namespace SabreTools.Metadata.DatFiles.Test
DatItem datItem = new Rom
{
Name = "rom.bin",
CRC = "deadbeef",
CRC32 = "deadbeef",
Machine = machine,
Source = source
};
@@ -53,7 +53,7 @@ namespace SabreTools.Metadata.DatFiles.Test
DatItem datItem = new Rom
{
Name = "rom.bin",
CRC = "deadbeef",
CRC32 = "deadbeef",
Machine = machine,
Source = source
};