diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2010-09-05 20:49:04 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2010-09-05 20:49:04 +0000 |
| commit | eda6b2a23ce703478c953cc3374ed714d368aabc (patch) | |
| tree | 549a3b5d768d14cda1bba57f3bffecdad1d8d7b1 /Source/Core | |
| parent | 92eedc9cd3e07dd4d11532dad8ab41c12fa54770 (diff) | |
remove an ERROR_LOG that was left in from r6177 which could be annoying
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6178 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp index 3e52772f49..90a9b1b4e3 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp @@ -114,7 +114,7 @@ bool CWII_IPC_HLE_Device_usb_oh1_57e_305::Close(u32 _CommandAddress, bool _bForc bool CWII_IPC_HLE_Device_usb_oh1_57e_305::IOCtl(u32 _CommandAddress) { - ERROR_LOG(WII_IPC_WIIMOTE, "passing ioctl to ioctlv"); + //ERROR_LOG(WII_IPC_WIIMOTE, "passing ioctl to ioctlv"); return IOCtlV(_CommandAddress); //hack } @@ -293,7 +293,6 @@ void CWII_IPC_HLE_Device_usb_oh1_57e_305::SendACLPacket(u16 _ConnectionHandle, u // Write the packet to the buffer memcpy((u8*)pHeader + sizeof(hci_acldata_hdr_t), _pData, pHeader->length); - //m_ACLEndpoint.FillBuffer(_pData, _Size); m_ACLEndpoint.SetRetVal(sizeof(hci_acldata_hdr_t) + _Size); WII_IPC_HLE_Interface::EnqReply(m_ACLEndpoint.m_address); |
