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
This commit is contained in:
parent
92eedc9cd3
commit
eda6b2a23c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue