[SabreTools, DatFile, Enums, Flags] Overhaul splitting

This commit is contained in:
Matt Nadareski
2017-11-08 16:29:35 -08:00
parent e3461177ce
commit 6df461b2e9
6 changed files with 248 additions and 315 deletions

View File

@@ -258,18 +258,6 @@
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>