mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Update before enqueue.
This commit is contained in:
@ -182,6 +182,7 @@ void Write32(const u32 _Value, const u32 _Address)
|
|||||||
if (ctrl.X1)
|
if (ctrl.X1)
|
||||||
{
|
{
|
||||||
INFO_LOG(WII_IPC, "New pointer available: %08x", ppc_msg);
|
INFO_LOG(WII_IPC, "New pointer available: %08x", ppc_msg);
|
||||||
|
WII_IPC_HLE_Interface::Update();
|
||||||
// Let the HLE handle the request on it's own time
|
// Let the HLE handle the request on it's own time
|
||||||
WII_IPC_HLE_Interface::EnqRequest(ppc_msg);
|
WII_IPC_HLE_Interface::EnqRequest(ppc_msg);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user