mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-09 12:08:05 +03:00
Merge pull request #10782 from Pokechu22/dsp-hle-asnd-fix
DSPHLE: Add HLE version of libasnd ucode and fix build error
This commit is contained in:
commit
ec7bf7d1ec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue