SPU: Add more details to debug window

This commit is contained in:
Connor McLaughlin
2019-10-20 19:40:15 +10:00
parent b5f7fa2652
commit 140d63c674
2 changed files with 90 additions and 2 deletions

View File

@ -260,6 +260,8 @@ private:
static ADSRPhase GetNextADSRPhase(ADSRPhase phase);
bool IsVoiceReverbEnabled(u32 i) const { return ConvertToBoolUnchecked((m_reverb_on_register >> i) & u32(1)); }
u16 ReadVoiceRegister(u32 offset);
void WriteVoiceRegister(u32 offset, u16 value);