..wasn't actually adding the roms

This commit is contained in:
Matt Nadareski
2016-04-19 10:38:01 -07:00
parent 5df55bed13
commit fa488aa434

View File

@@ -253,6 +253,14 @@ namespace SabreTools.Helper
continue;
}
else
{
outroms.Add(rom);
}
}
else
{
outroms.Add(rom);
}
}