spu: Fix voices getting cut off immediately

This fix impacts the Gran Turismo games and possibly others.
This commit is contained in:
allkern
2025-12-13 14:32:36 -03:00
parent 32a93c23fd
commit 180a7d6669
+2
View File
@@ -347,6 +347,8 @@ void spu_kon(psx_spu_t* spu, uint32_t value) {
adsr_load_attack(spu, i);
spu_read_block(spu, i);
spu->voice[i].envcvol = 0x7fff;
}
}