mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Add infrastructure for SHA384, SHA512
This commit is contained in:
@@ -466,7 +466,15 @@ namespace SabreTools.Helper.Dats
|
||||
{
|
||||
rom.SHA256 = null;
|
||||
}
|
||||
|
||||
if ((StripHash & Hash.SHA384) != 0)
|
||||
{
|
||||
rom.SHA384 = null;
|
||||
}
|
||||
if ((StripHash & Hash.SHA512) != 0)
|
||||
{
|
||||
rom.SHA512 = null;
|
||||
}
|
||||
|
||||
items[j] = rom;
|
||||
}
|
||||
else if (item.Type == ItemType.Disk)
|
||||
|
||||
Reference in New Issue
Block a user