axwii: re-add the missing sync -- might work better with the new MailHandler implementation

This commit is contained in:
Pierre Bourdon 2016-03-29 05:37:56 +02:00 committed by degasus
parent 7c4bbcf22f
commit 6b65344ccf
1 changed files with 1 additions and 4 deletions

View File

@ -607,10 +607,7 @@ void AXWiiUCode::OutputSamples(u32 lr_addr, u32 surround_addr, u16 volume, bool
}
memcpy(HLEMemory_Get_Pointer(lr_addr), buffer, sizeof(buffer));
// There should be a DSP_SYNC message sent here. However, it looks like not
// sending it does not cause any issue, and sending it actually causes some
// sounds to go at half speed. I have no idea why.
m_mail_handler.PushMail(DSP_SYNC, true);
}
void AXWiiUCode::OutputWMSamples(u32* addresses)