mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Slight change to output sorting
This commit is contained in:
@@ -172,7 +172,7 @@ namespace SabreTools.Helper
|
|||||||
foreach (RomData rom in newroms)
|
foreach (RomData rom in newroms)
|
||||||
{
|
{
|
||||||
count++;
|
count++;
|
||||||
string key = (norename ? "" : rom.SystemID + "-" + rom.SourceID + "-" ) + rom.Game + "-" + rom.Name;
|
string key = (norename ? "" : rom.SystemID + "-" + rom.SourceID + "-") + rom.Game; // + "-" + rom.Name;
|
||||||
if (sortable.ContainsKey(key))
|
if (sortable.ContainsKey(key))
|
||||||
{
|
{
|
||||||
sortable[key].Add(rom);
|
sortable[key].Add(rom);
|
||||||
|
|||||||
Reference in New Issue
Block a user