SPU: Stub out noise mode register

This commit is contained in:
Connor McLaughlin
2019-10-20 18:41:35 +10:00
parent 33f1cf4fd4
commit b5f7fa2652
2 changed files with 31 additions and 0 deletions

View File

@ -292,6 +292,7 @@ private:
u32 m_key_off_register = 0;
u32 m_endx_register = 0;
u32 m_reverb_on_register = 0;
u32 m_noise_mode_register = 0;
TickCount m_ticks_carry = 0;