mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 12:45:45 -04:00
SPU: Stub out external volume registers
If nothing else, it'll avoid spamming the log.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user