GUI: actually add the export VGM option

This commit is contained in:
tildearrow 2022-01-24 01:10:38 -05:00
parent 858d5343b8
commit 0ab0ebdddb
2 changed files with 32 additions and 17 deletions

View file

@ -2269,6 +2269,11 @@ SafeWriter* DivEngine::saveVGM() {
w->writeI(0);
w->writeI(0);
remainingLoops=-1;
playing=false;
freelance=false;
extValuePresent=false;
isBusy.unlock();
return w;
}