mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
axwii: re-add the missing sync -- might work better with the new MailHandler implementation
This commit is contained in:
parent
7c4bbcf22f
commit
6b65344ccf
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user