Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/DSPHLE/UCodes/ASnd.cpp
Expand Up @@ -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);
}
Expand Down

0 comments on commit ec7bf7d

Please sign in to comment.