mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Make sure that we use DatItem objects unless specifics are needed
This commit is contained in:
@@ -2243,7 +2243,7 @@ namespace SabreTools.Helper
|
|||||||
roms = DatItem.Merge(roms, logger);
|
roms = DatItem.Merge(roms, logger);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (Rom rom in roms)
|
foreach (DatItem rom in roms)
|
||||||
{
|
{
|
||||||
count++;
|
count++;
|
||||||
string newkey = (norename ? ""
|
string newkey = (norename ? ""
|
||||||
|
|||||||
Reference in New Issue
Block a user