SPU: Add CD audio volume control

This commit is contained in:
Connor McLaughlin
2019-10-20 19:46:35 +10:00
parent 140d63c674
commit 884378045d
2 changed files with 37 additions and 5 deletions

View File

@ -290,6 +290,9 @@ private:
VolumeRegister m_main_volume_left = {};
VolumeRegister m_main_volume_right = {};
s16 m_cd_audio_volume_left = 0;
s16 m_cd_audio_volume_right = 0;
u32 m_key_on_register = 0;
u32 m_key_off_register = 0;
u32 m_endx_register = 0;