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));
|
memcpy(HLEMemory_Get_Pointer(lr_addr), buffer, sizeof(buffer));
|
||||||
|
m_mail_handler.PushMail(DSP_SYNC, true);
|
||||||
// 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.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void AXWiiUCode::OutputWMSamples(u32* addresses)
|
void AXWiiUCode::OutputWMSamples(u32* addresses)
|
||||||
|
|
Loading…
Reference in New Issue