prepare to fix VGM export when hard reset is off

This commit is contained in:
tildearrow 2023-02-08 04:14:11 -05:00
parent 1a0e30453b
commit baf5b06b62
1 changed files with 1 additions and 0 deletions

View File

@ -1054,6 +1054,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
std::vector<unsigned int> chipVol;
std::vector<DivDelayedWrite> delayedWrites[DIV_MAX_CHIPS];
std::vector<std::pair<int,DivDelayedWrite>> sortedWrites;
std::vector<unsigned int> tickPos;
for (int i=0; i<DIV_MAX_CHANS; i++) {
loopTimer[i]=0;