DSPHLE: Fix build error in the libasnd uCode
This was a conflict between8a144a735f
andb063f15dcc
.
This commit is contained in:
parent
75943a7a2c
commit
52f32e61dc
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue