mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 12:35:27 +00:00
Missed one zero
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2525 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
56becf28db
commit
cee711bd5e
@ -225,7 +225,7 @@ void WmSendAck(u16 _channelID, u8 _reportID, u32 address)
|
||||
// ----------------
|
||||
void WmReadData(u16 _channelID, wm_read_data* rd)
|
||||
{
|
||||
INFO_LOG(WII_IPC_WIIMOTE, 0, "===========================================================");
|
||||
INFO_LOG(WII_IPC_WIIMOTE, "===========================================================");
|
||||
u32 address = convert24bit(rd->address);
|
||||
u16 size = convert16bit(rd->size);
|
||||
std::string Temp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user