mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Enums] Add new flags for possible later use
This commit is contained in:
@@ -217,7 +217,15 @@
|
|||||||
{
|
{
|
||||||
None = 0,
|
None = 0,
|
||||||
Full,
|
Full,
|
||||||
Game
|
|
||||||
|
// Force only deduping with certain types
|
||||||
|
Game,
|
||||||
|
CRC,
|
||||||
|
MD5,
|
||||||
|
SHA1,
|
||||||
|
SHA256,
|
||||||
|
SHA384,
|
||||||
|
SHA512,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user