[SabreTools, Flags, DatFiles/, Utilities] Add depreciated flag

This commit is contained in:
Matt Nadareski
2018-01-10 22:23:17 -08:00
parent 0607b86ad1
commit 1484e318aa
10 changed files with 71 additions and 14 deletions

View File

@@ -194,7 +194,8 @@ namespace SabreTools.Library.Data
{
// XML Formats
Logiqx = 0x01,
SoftwareList = Logiqx << 1,
LogiqxDepreciated = Logiqx << 1,
SoftwareList = LogiqxDepreciated << 1, // Special internal type for "game" instead of "machine"
OfflineList = SoftwareList << 1,
SabreDat = OfflineList << 1,