mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-10 21:49:01 -06:00
DSPHLE: Fix build error in the libasnd uCode
This was a conflict between8a144a735fandb063f15dcc.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user