Skip to content
Permalink
Browse files
Merge pull request #10782 from Pokechu22/dsp-hle-asnd-fix
DSPHLE: Add HLE version of libasnd ucode and fix build error
  • Loading branch information
AdmiralCurtiss committed Jun 25, 2022
2 parents 75943a7 + 52f32e6 commit ec7bf7d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -87,7 +87,7 @@ void ASndUCode::Initialize()
void ASndUCode::Update()
{
// This is dubious in general, since we set the interrupt parameter on m_mail_handler.PushMail
if (!m_mail_handler.IsEmpty())
if (m_mail_handler.HasPending())
{
DSP::GenerateDSPInterruptFromDSPEmu(DSP::INT_DSP);
}

0 comments on commit ec7bf7d

Please sign in to comment.