VGM export: lol

This commit is contained in:
tildearrow 2022-02-27 00:41:27 -05:00
parent 8d2129cadc
commit cf668aa6d4
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "engine.h"
#include "../ta-log.h"
#include "../utfutils.h"
#include "song.h"
constexpr int MASTER_CLOCK_PREC=(sizeof(void*)==8)?8:0;
@ -649,6 +650,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop) {
}
break;
case DIV_SYSTEM_YM2612:
case DIV_SYSTEM_YM2612_EXT:
if (!hasOPN2) {
hasOPN2=disCont[i].dispatch->chipClock;
willExport[i]=true;