SCC: fix volume in forceIns

This commit is contained in:
tildearrow 2024-02-24 18:19:22 -05:00
parent 5b170f75ec
commit 7f141e60f7

View file

@ -287,6 +287,7 @@ void DivPlatformSCC::forceIns() {
if (isPlus || i<3) { if (isPlus || i<3) {
updateWave(i); updateWave(i);
} }
rWrite(regBase+10+i,chan[i].outVol);
} }
if (!isPlus) { if (!isPlus) {
if (lastUpdated34>=3) { if (lastUpdated34>=3) {