VGM export: implement sys selection/loop options

the final thing to do is dual chip support, but I wanna get 0.5
out already
This commit is contained in:
tildearrow 2022-01-27 02:46:40 -05:00
parent 3ed738dd6a
commit c577eeafac
3 changed files with 20 additions and 9 deletions

View file

@ -222,8 +222,8 @@ class DivEngine {
// build a ROM file (TODO).
// specify system to build ROM for.
SafeWriter* buildROM(int sys);
// dump to VGM (TODO).
SafeWriter* saveVGM();
// dump to VGM.
SafeWriter* saveVGM(bool* sysToExport=NULL, bool loop=true);
// export to an audio file
bool saveAudio(const char* path, int loops, DivAudioExportModes mode);
// wait for audio export to finish