mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-03 19:47:59 +00:00
Merge pull request #5100 from unknownbrackets/sas-minor
Key off the envelope when the VAG/etc. ends
This commit is contained in:
commit
278224f89d
@ -350,6 +350,7 @@ void SasVoice::ReadSamples(s16 *output, int numSamples) {
|
||||
// NOTICE_LOG(SAS, "Hit end of VAG audio");
|
||||
playing = false;
|
||||
on = false; // ??
|
||||
envelope.KeyOff();
|
||||
}
|
||||
}
|
||||
break;
|
||||
@ -378,6 +379,7 @@ void SasVoice::ReadSamples(s16 *output, int numSamples) {
|
||||
// Hit atrac3 voice end
|
||||
playing = false;
|
||||
on = false; // ??
|
||||
envelope.KeyOff();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user