GUI: add advanced VGM export menu
does NOT work yet!
This commit is contained in:
parent
b2d2da1f1c
commit
496501803f
4 changed files with 58 additions and 3 deletions
|
|
@ -234,6 +234,9 @@ class DivEngine {
|
|||
// notify wavetable change
|
||||
void notifyWaveChange(int wave);
|
||||
|
||||
// returns whether a system is VGM compatible
|
||||
bool isVGMExportable(DivSystem which);
|
||||
|
||||
// save config
|
||||
bool saveConf();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue