ZSM: add optimize for size toggle

This commit is contained in:
MooingLemur 2023-08-11 13:03:37 -07:00 committed by tildearrow
parent fe8f94b2b2
commit a1d74e7dc1
6 changed files with 23 additions and 7 deletions

View file

@ -605,7 +605,7 @@ class DivEngine {
// - -2 to add a whole loop of trailing
SafeWriter* saveVGM(bool* sysToExport=NULL, bool loop=true, int version=0x171, bool patternHints=false, bool directStream=false, int trailingTicks=-1);
// dump to ZSM.
SafeWriter* saveZSM(unsigned int zsmrate=60, bool loop=true);
SafeWriter* saveZSM(unsigned int zsmrate=60, bool loop=true, bool optimize=true);
// dump command stream.
SafeWriter* saveCommand(bool binary=false);
// export to an audio file