VGM export: fix it under low-latency mode

This commit is contained in:
tildearrow 2022-04-15 22:27:44 -05:00
parent b48a2368be
commit 6b294933bc
3 changed files with 4 additions and 4 deletions

View file

@ -1384,7 +1384,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version) {
writeLoop=true;
}
}
if (nextTick() || !playing) {
if (nextTick(false,true) || !playing) {
done=true;
if (!loop) {
for (int i=0; i<song.systemLen; i++) {