NDS: fix volume in forceIns

This commit is contained in:
tildearrow 2024-03-17 16:42:31 -05:00
parent 39c109fbc5
commit 016b63493b

View file

@ -420,6 +420,7 @@ void DivPlatformNDS::forceIns() {
chan[i].sample=-1;
rWrite8(0x02+i*16,chan[i].panning);
writeOutVol(i);
}
}