mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatTools] Enable rest of dats to be output in same format
This commit is contained in:
@@ -1790,8 +1790,12 @@ namespace SabreTools.Helper
|
|||||||
|
|
||||||
// Reset the header values so the next can be captured
|
// Reset the header values so the next can be captured
|
||||||
Dictionary<string, List<Rom>> temp = userData.Files;
|
Dictionary<string, List<Rom>> temp = userData.Files;
|
||||||
userData = new Dat();
|
userData = new Dat
|
||||||
userData.Files = temp;
|
{
|
||||||
|
OutputFormat = (inputDat.OutputFormat != OutputFormat.None ? inputDat.OutputFormat : OutputFormat.None),
|
||||||
|
Files = temp,
|
||||||
|
MergeRoms = inputDat.MergeRoms,
|
||||||
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user