[SabreTools, Flags, DatFile] Add new base replacement flags

Update game type (bios, device, mechanical) and update parenting information (romof, cloneof, sampleof)
This commit is contained in:
Matt Nadareski
2018-03-20 14:49:04 -07:00
parent a033483774
commit 72830b5d98
5 changed files with 58 additions and 2 deletions

View File

@@ -260,8 +260,10 @@ namespace SabreTools.Library.Data
// Sorted by machine name
Description = Hash << 1,
Year = Description << 1,
MachineType = Description << 1,
Year = MachineType << 1,
Manufacturer = Year << 1,
Parents = Manufacturer << 1,
}
/// <summary>