mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user