mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Textfile] Add back MD5 to report (thanks attractivo!)
This commit is contained in:
@@ -55,6 +55,7 @@ namespace SabreTools.Library.Reports
|
|||||||
Roms found: " + _datFile.RomCount + @"
|
Roms found: " + _datFile.RomCount + @"
|
||||||
Disks found: " + _datFile.DiskCount + @"
|
Disks found: " + _datFile.DiskCount + @"
|
||||||
Roms with CRC: " + _datFile.CRCCount + @"
|
Roms with CRC: " + _datFile.CRCCount + @"
|
||||||
|
Roms with MD5: " + _datFile.MD5Count + @"
|
||||||
Roms with SHA-1: " + _datFile.SHA1Count + @"
|
Roms with SHA-1: " + _datFile.SHA1Count + @"
|
||||||
Roms with SHA-256: " + _datFile.SHA256Count + @"
|
Roms with SHA-256: " + _datFile.SHA256Count + @"
|
||||||
Roms with SHA-384: " + _datFile.SHA384Count + @"
|
Roms with SHA-384: " + _datFile.SHA384Count + @"
|
||||||
|
|||||||
Reference in New Issue
Block a user