mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, DatFIle] Add base replacement
In this new update mode, a set of base DATs can be used as a replacement naming scheme for the input DATs. Only the item names will be updated, so this willl not fill in additional hashes or the like.
This commit is contained in:
@@ -240,6 +240,9 @@ namespace SabreTools.Library.Data
|
||||
|
||||
// Base diffs
|
||||
Against = ReverseCascade << 1,
|
||||
|
||||
// Not technically diffs
|
||||
BaseReplace = Against << 1,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user