[SabreTools, Enums] One split init for all variants

This commit is contained in:
Matt Nadareski
2017-11-08 15:49:30 -08:00
parent 158f06fecc
commit 711816e756
3 changed files with 61 additions and 114 deletions

View File

@@ -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>