prepare to allow disable opt passes

This commit is contained in:
tildearrow 2025-04-07 00:20:48 -05:00
parent e9911ab0aa
commit 27cde60f0b
3 changed files with 235 additions and 225 deletions

View file

@ -730,7 +730,7 @@ class DivEngine {
// dump to TIunA.
SafeWriter* saveTiuna(const bool* sysToExport, const char* baseLabel, int firstBankSize, int otherBankSize);
// dump command stream.
SafeWriter* saveCommand();
SafeWriter* saveCommand(DivCSProgress* progress=NULL, unsigned int disablePasses=0);
// export to text
SafeWriter* saveText(bool separatePatterns=true);
// export to an audio file