From a09a6330d5cfd6b6751228c121802aa395235b39 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Mon, 1 Dec 2008 07:51:23 +0000 Subject: [PATCH] Readded lost comment git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1360 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp index 698716db13..d769569c47 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp @@ -202,7 +202,13 @@ IWII_IPC_HLE_Device* CreateDevice(u32 _DeviceID, const std::string& _rDeviceName return pDevice; } -// This generates some kind of acknowledgment +// =================================================== +/* This generates an acknowledgment to IPC calls. This function is called from + IPC_CONTROL_REGISTER requests in WII_IPC.cpp. The acknowledgment _Address will + start with 0x033e...., it will be for the _CommandAddress 0x133e...., from + debugging I also noticed that the Ioctl arguments are stored temporarily in + 0x933e.... with the same .... as in the _CommandAddress. */ +// ---------------- bool AckCommand(u32 _Address) { // Debugger::PrintCallstack(LogTypes::WII_IPC_HLE);