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:
parent
3ed738dd6a
commit
c577eeafac
3 changed files with 20 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue