fix repeat pattern hanging audio/VGM export
This commit is contained in:
parent
6ffb332c4e
commit
4db91256b1
2 changed files with 2 additions and 0 deletions
|
|
@ -385,6 +385,7 @@ void DivEngine::performVGMWrite(SafeWriter* w, DivSystem sys, DivRegWrite& write
|
|||
|
||||
SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop) {
|
||||
stop();
|
||||
repeatPattern=false;
|
||||
setOrder(0);
|
||||
isBusy.lock();
|
||||
double origRate=got.rate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue