GUI: add advanced VGM export menu

does NOT work yet!
This commit is contained in:
tildearrow 2022-01-26 00:26:15 -05:00
parent b2d2da1f1c
commit 496501803f
4 changed files with 58 additions and 3 deletions

View file

@ -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();