mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, Enums] One split init for all variants
This commit is contained in:
@@ -258,6 +258,18 @@
|
||||
SHA512,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determines how the DAT will be split on output
|
||||
/// </summary>
|
||||
public enum ExternalSplitType
|
||||
{
|
||||
None = 0,
|
||||
Extension,
|
||||
Hash,
|
||||
Level,
|
||||
Type,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determines forcemerging tag for DAT output
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user