actually fix it

This commit is contained in:
tildearrow 2025-11-04 03:26:51 -05:00
parent ee800a231b
commit 51b27746ab

View file

@ -1695,7 +1695,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
case DIV_SYSTEM_VRC7:
if (!hasOPLL) {
hasOPLL=disCont[i].dispatch->chipClock;
if (song.system[i]==DIV_SYSTEM_VRC7) hasOPLL|=0x8000000;
if (song.system[i]==DIV_SYSTEM_VRC7) hasOPLL|=0x80000000;
CHIP_VOL(1,3.2);
willExport[i]=true;
} else if (!(hasOPLL&0x40000000)) {