mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatTools] Better hashing
This commit is contained in:
@@ -371,7 +371,7 @@ namespace SabreTools
|
||||
private string ProcessFile(string item, StreamWriter sw, string basepath, string parent, DatData datdata, string lastparent)
|
||||
{
|
||||
_logger.Log(Path.GetFileName(item) + " treated like a file");
|
||||
RomData rom = DatTools.GetSingleFileInfo(item);
|
||||
RomData rom = DatTools.GetSingleFileInfo(item, _noMD5, _noSHA1);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user