Add notes

This commit is contained in:
Matt Nadareski
2020-08-30 23:00:12 -07:00
parent 1dcff32fa2
commit 6ed35bffee

View File

@@ -3438,6 +3438,8 @@ namespace SabreTools.Library.DatFiles
}
// Bucket and dedupe according to the flag
// TODO: Can this be made into a cleaning flag instead of a header one?
// TODO: Should this be run as a cleaning step?
if (Header.DedupeRoms == DedupeType.Full)
Items.BucketBy(Field.DatItem_CRC, Header.DedupeRoms, norename: norename);
else if (Header.DedupeRoms == DedupeType.Game)