Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update before enqueue.
  • Loading branch information
Parlane committed Apr 25, 2013
1 parent a2b543d commit 7c50ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/Src/HW/WII_IPC.cpp
Expand Up @@ -182,6 +182,7 @@ void Write32(const u32 _Value, const u32 _Address)
if (ctrl.X1)
{
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
WII_IPC_HLE_Interface::EnqRequest(ppc_msg);
}
Expand Down

0 comments on commit 7c50ac9

Please sign in to comment.