mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add ClrMamePro deserialization test, fix issues
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user