mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatTools] Sort lists of roms after processing
This commit is contained in:
@@ -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
|
// Output the count if told to
|
||||||
if (output)
|
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
|
// Output the count if told to
|
||||||
if (output)
|
if (output)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user