mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Add "against" diffing
This is the same diffing that is used by Romba to output its diffs. It is currently untested. Basically, this will take a set of base DATs as an input, and then diffs all of the individual DATs against that combined base and then outputs accordingly.
This commit is contained in:
@@ -236,6 +236,9 @@ namespace SabreTools.Library.Data
|
||||
// Cascaded diffs
|
||||
Cascade = Individuals << 1,
|
||||
ReverseCascade = Cascade << 1,
|
||||
|
||||
// Base diffs
|
||||
Against = ReverseCascade << 1,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user