mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatTools] Attempt to let output format to go into cascade
This commit is contained in:
@@ -1773,6 +1773,7 @@ namespace SabreTools.Helper
|
|||||||
int i = 0;
|
int i = 0;
|
||||||
userData = new Dat
|
userData = new Dat
|
||||||
{
|
{
|
||||||
|
OutputFormat = (inputDat.OutputFormat != OutputFormat.None ? inputDat.OutputFormat : OutputFormat.None),
|
||||||
Files = new Dictionary<string, List<Rom>>(),
|
Files = new Dictionary<string, List<Rom>>(),
|
||||||
MergeRoms = inputDat.MergeRoms,
|
MergeRoms = inputDat.MergeRoms,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user