Skip to content

Commit

Permalink
Remove some non-catastrophic IPC_HLE wiimote related PanicAlerts. We …
Browse files Browse the repository at this point in the history
…have logging for this.

Fixed issue 6464.
  • Loading branch information
jordan-woyak committed Aug 10, 2013
1 parent eed36cb commit 951d8e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp
Expand Up @@ -1256,8 +1256,6 @@ void CWII_IPC_HLE_Device_usb_oh1_57e_305::ExecuteHCICommandMessage(const SHCICom
void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandInquiry(u8* _Input)
{
// Inquiry should not be called normally
PanicAlertT("HCI_CMD_INQUIRY is called, please report!");

hci_inquiry_cp* pInquiry = (hci_inquiry_cp*)_Input;

INFO_LOG(WII_IPC_WIIMOTE, "Command: HCI_CMD_INQUIRY:");
Expand Down Expand Up @@ -1863,8 +1861,6 @@ CWII_IPC_HLE_WiiMote* CWII_IPC_HLE_Device_usb_oh1_57e_305::AccessWiiMote(const b
}

ERROR_LOG(WII_IPC_WIIMOTE,"Can't find WiiMote by bd: %02x:%02x:%02x:%02x:%02x:%02x",
_rAddr.b[0], _rAddr.b[1], _rAddr.b[2], _rAddr.b[3], _rAddr.b[4], _rAddr.b[5]);
PanicAlertT("Can't find WiiMote by bd: %02x:%02x:%02x:%02x:%02x:%02x",
_rAddr.b[0], _rAddr.b[1], _rAddr.b[2], _rAddr.b[3], _rAddr.b[4], _rAddr.b[5]);
return NULL;
}
Expand Down

0 comments on commit 951d8e3

Please sign in to comment.