mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-13 19:49:21 +00:00
fix debug compile of wiimote-testing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3538 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d3bf69a154
commit
1eef6b4004
2 changed files with 27 additions and 30 deletions
|
@ -544,7 +544,7 @@ void WmRequestStatus(u16 _channelID, wm_request_status* rs, int Extension)
|
|||
|
||||
INFO_LOG(WII_IPC_WIIMOTE, " Extension: %x", pStatus->extension);
|
||||
INFO_LOG(WII_IPC_WIIMOTE, " SendStatusReport() Flags: 0x%02x Battery: %d"
|
||||
pStatus->padding1[2], pStatus->battery);
|
||||
,pStatus->padding1[2], pStatus->battery);
|
||||
|
||||
g_WiimoteInitialize.pWiimoteInput(_channelID, DataFrame, Offset);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue