SPU: Stub out external volume registers

If nothing else, it'll avoid spamming the log.
This commit is contained in:
Connor McLaughlin
2020-03-24 00:22:02 +10:00
parent 7317c83a3c
commit 18cc3d5932
3 changed files with 30 additions and 1 deletions

View File

@ -399,6 +399,9 @@ private:
s16 m_cd_audio_volume_left = 0;
s16 m_cd_audio_volume_right = 0;
s16 m_external_volume_left = 0;
s16 m_external_volume_right = 0;
u32 m_key_on_register = 0;
u32 m_key_off_register = 0;
u32 m_endx_register = 0;