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:
@@ -310,8 +310,8 @@ namespace SabreTools.Library.DatFiles
|
||||
// Then populate it with information
|
||||
item.CopyMachineInformation(machine);
|
||||
|
||||
item.SourceFile = filename;
|
||||
item.SystemID = sysid;
|
||||
item.System = filename;
|
||||
item.SourceID = srcid;
|
||||
|
||||
// If we have a sample, treat it special
|
||||
@@ -654,8 +654,8 @@ namespace SabreTools.Library.DatFiles
|
||||
{
|
||||
Blank blank = new Blank()
|
||||
{
|
||||
SourceFile = filename,
|
||||
SystemID = sysid,
|
||||
System = filename,
|
||||
SourceID = srcid,
|
||||
};
|
||||
blank.CopyMachineInformation(machine);
|
||||
|
||||
Reference in New Issue
Block a user