Add ClrMamePro deserialization test, fix issues

This commit is contained in:
Matt Nadareski
2023-07-13 23:04:11 -04:00
parent fa2f1659b8
commit ecac575521
19 changed files with 1596 additions and 215 deletions

View File

@@ -168,6 +168,13 @@ namespace SabreTools.Serialization
{
// Create the block
var file = new Models.DosCenter.File();
// If we have an unknown type, log it
if (reader.InternalName != "file")
{
gameAdditional.Add(reader.CurrentLine);
continue;
}
foreach (var kvp in reader.Internal)
{