mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
DedupeType influences sort more than anything
This commit is contained in:
@@ -169,29 +169,6 @@ namespace SabreTools.DatFiles
|
||||
ALL = ulong.MaxValue,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determines the DAT deduplication type
|
||||
/// </summary>
|
||||
public enum DedupeType
|
||||
{
|
||||
/// <summary>
|
||||
/// No deduplication
|
||||
/// </summary>
|
||||
None = 0,
|
||||
|
||||
/// <summary>
|
||||
/// Deduplicate across all available fields
|
||||
/// </summary>
|
||||
/// <remarks>Requires sorting by any hash</remarks>
|
||||
Full,
|
||||
|
||||
/// <summary>
|
||||
/// Deduplicate on a per-machine basis
|
||||
/// </summary>
|
||||
/// <remarks>Requires sorting by machine</remarks>
|
||||
Game,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determines merging tag handling for DAT output
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user