prepare to allow disable opt passes
This commit is contained in:
parent
e9911ab0aa
commit
27cde60f0b
3 changed files with 235 additions and 225 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue