T6W28: whoops fix VGM export

This commit is contained in:
tildearrow 2022-10-16 01:29:02 -05:00
parent 285d81c716
commit ecd5662d9b
1 changed files with 2 additions and 0 deletions

View File

@ -1388,6 +1388,8 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
if (!hasSN) {
hasSN=0xc0000000|disCont[i].dispatch->chipClock;
CHIP_VOL(0,1.0);
snNoiseConfig=3;
snNoiseSize=15;
willExport[i]=true;
}
break;