mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Goodbye .NET Framework 4.8 and RIPEMD160
This commit is contained in:
@@ -797,19 +797,6 @@ namespace SabreTools.DatFiles
|
||||
|
||||
#endregion
|
||||
|
||||
#if NET_FRAMEWORK
|
||||
#region .ripemd160
|
||||
|
||||
// Redump RIPEMD160
|
||||
if (DatFormat.HasFlag(DatFormat.RedumpRIPEMD160))
|
||||
{
|
||||
outfileNames.Add(DatFormat.RedumpRIPEMD160, CreateOutFileNamesHelper(outDir, ".ripemd160", overwrite));
|
||||
usedExtensions.Add(".ripemd160");
|
||||
};
|
||||
|
||||
#endregion
|
||||
#endif
|
||||
|
||||
#region .sfv
|
||||
|
||||
// Redump SFV
|
||||
|
||||
Reference in New Issue
Block a user