GUI: actually add the export VGM option
This commit is contained in:
parent
858d5343b8
commit
0ab0ebdddb
2 changed files with 32 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue