mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Convert remaining items, add NameKey
This commit is contained in:
@@ -207,7 +207,10 @@ namespace SabreTools.DatFiles
|
||||
|
||||
// If the field specifically contains Name, set it separately
|
||||
if (fieldMappings.Keys.Contains(Models.Metadata.Rom.NameKey))
|
||||
{
|
||||
datItem.SetName(fieldMappings[Models.Metadata.Rom.NameKey]);
|
||||
fieldMappings.Remove(Models.Metadata.Rom.NameKey);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user