[ALL} Preliminary hookup of listxml (nw)

This commit is contained in:
Matt Nadareski
2018-01-15 01:39:23 -08:00
parent 6e7fe07ee6
commit ae2d0fe989
4 changed files with 49 additions and 9 deletions

View File

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