mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ClrMamePro, Logiqx] Minor tweaks to additional fields
This commit is contained in:
@@ -608,8 +608,7 @@ namespace SabreTools.Library.DatFiles
|
||||
// string crc = Utilities.GetYesNo(content);
|
||||
break;
|
||||
case "source":
|
||||
content = reader.ReadElementContentAsString();
|
||||
// string source = content;
|
||||
machine.SourceFile = reader.ReadElementContentAsString();
|
||||
break;
|
||||
case "cloneof":
|
||||
machine.CloneOf = reader.ReadElementContentAsString();
|
||||
|
||||
Reference in New Issue
Block a user