mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatItem, DatFile] Add first try name resolution to DAT writing
This commit is contained in:
@@ -140,6 +140,9 @@ namespace SabreTools.Helper.Dats
|
||||
{
|
||||
List<DatItem> roms = this[key];
|
||||
|
||||
// Resolve the names in the block
|
||||
DatItem.ResolveNames(roms, logger);
|
||||
|
||||
for (int index = 0; index < roms.Count; index++)
|
||||
{
|
||||
DatItem rom = roms[index];
|
||||
|
||||
Reference in New Issue
Block a user