mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFiles/] Clean all hash data
This commit is contained in:
@@ -740,7 +740,7 @@ namespace SabreTools.Library.DatFiles
|
||||
roms.Add(new Rom()
|
||||
{
|
||||
Name = (releaseNumber != "0" ? releaseNumber + " - " : "") + machineName + pair.Item1,
|
||||
CRC = pair.Item2,
|
||||
CRC = Utilities.CleanHashData(pair.Item2, Constants.CRCLength),
|
||||
|
||||
ItemStatus = ItemStatus.None,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user