[DatFile] Get all logic in for split and merge. Create most of logic for full merge

This commit is contained in:
Matt Nadareski
2017-01-09 11:04:06 -08:00
parent 4ad552d035
commit 2bd5b72ac7
2 changed files with 103 additions and 9 deletions

View File

@@ -137,7 +137,7 @@ namespace SabreTools.Helper.Dats
}
else if (splitType == SplitType.MergedWithDevice)
{
logger.User("Full merging is not yet available. Sorry for the inconvenience");
CreateFullyMergedSets(false, logger, output: false);
}
}