[DatTools] Sort lists of roms after processing

This commit is contained in:
Matt Nadareski
2016-09-07 12:16:19 -07:00
parent 6e6d5a0102
commit 0a5accbe3c

View File

@@ -1549,6 +1549,12 @@ namespace SabreTools.Helper
}
}
// Now go through and sort all of the lists
foreach (string key in sortable.Keys)
{
RomTools.Sort(sortable[key], norename);
}
// Output the count if told to
if (output)
{
@@ -1620,6 +1626,12 @@ namespace SabreTools.Helper
}
}
// Now go through and sort all of the lists
foreach (string key in sortable.Keys)
{
RomTools.Sort(sortable[key], norename);
}
// Output the count if told to
if (output)
{