VGM export: RFC volume balance
This commit is contained in:
parent
f1d9a1d47c
commit
8231e3beba
|
@ -1747,13 +1747,13 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
|
||||||
if (!hasRFC1) {
|
if (!hasRFC1) {
|
||||||
hasRFC1=disCont[i].dispatch->chipClock;
|
hasRFC1=disCont[i].dispatch->chipClock;
|
||||||
isSecond[i]=true;
|
isSecond[i]=true;
|
||||||
CHIP_VOL(16,1.6);
|
CHIP_VOL(16,0.8);
|
||||||
willExport[i]=true;
|
willExport[i]=true;
|
||||||
writeRF5C68[1]=disCont[i].dispatch;
|
writeRF5C68[1]=disCont[i].dispatch;
|
||||||
}
|
}
|
||||||
} else if (!hasRFC) {
|
} else if (!hasRFC) {
|
||||||
hasRFC=disCont[i].dispatch->chipClock;
|
hasRFC=disCont[i].dispatch->chipClock;
|
||||||
CHIP_VOL(5,1.6);
|
CHIP_VOL(5,1.1);
|
||||||
willExport[i]=true;
|
willExport[i]=true;
|
||||||
writeRF5C68[0]=disCont[i].dispatch;
|
writeRF5C68[0]=disCont[i].dispatch;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue