T6W28: whoops fix VGM export
This commit is contained in:
parent
285d81c716
commit
ecd5662d9b
|
@ -1388,6 +1388,8 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
|
||||||
if (!hasSN) {
|
if (!hasSN) {
|
||||||
hasSN=0xc0000000|disCont[i].dispatch->chipClock;
|
hasSN=0xc0000000|disCont[i].dispatch->chipClock;
|
||||||
CHIP_VOL(0,1.0);
|
CHIP_VOL(0,1.0);
|
||||||
|
snNoiseConfig=3;
|
||||||
|
snNoiseSize=15;
|
||||||
willExport[i]=true;
|
willExport[i]=true;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue