mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Hashing
This commit is contained in:
@@ -56,6 +56,7 @@ namespace SabreTools.Library.Reports
|
||||
Disks found: " + _datFile.DiskCount + @"
|
||||
Roms with CRC: " + _datFile.CRCCount + @"
|
||||
Roms with MD5: " + _datFile.MD5Count + @"
|
||||
Roms with RIPEMD160: " + _datFile.RIPEMD160Count + @"
|
||||
Roms with SHA-1: " + _datFile.SHA1Count + @"
|
||||
Roms with SHA-256: " + _datFile.SHA256Count + @"
|
||||
Roms with SHA-384: " + _datFile.SHA384Count + @"
|
||||
|
||||
Reference in New Issue
Block a user