SPU: Force all voices off when SPUCNT.15=0

This commit is contained in:
Connor McLaughlin
2020-04-27 23:18:10 +10:00
parent 8c6cb877eb
commit 8605620c24
2 changed files with 19 additions and 2 deletions

View File

@ -270,6 +270,7 @@ private:
void KeyOn();
void KeyOff();
void ForceOff();
void DecodeBlock(const ADPCMBlock& block);
s16 SampleBlock(s32 index) const;