Flatten merge and make consistent across implementations

This commit is contained in:
Matt Nadareski
2025-01-07 14:55:56 -05:00
parent 9cdd108f74
commit 15ac732877
7 changed files with 109 additions and 202 deletions

View File

@@ -99,11 +99,7 @@ namespace SabreTools.DatItems.Formats
/// </summary>
/// <param name="other">Disk to fill information from</param>
public void FillMissingInformation(Disk other)
{
_internal.FillMissingHashes(other._internal);
ConditionalUpdateSource(other);
ConditionalUpdateMachine(other);
}
=> _internal.FillMissingHashes(other._internal);
/// <summary>
/// Get unique duplicate suffix on name collision