added a command
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1003 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8e91a5e0e1
commit
93b5f4f31b
|
@ -367,6 +367,9 @@ void HidOutputReport(u16 _channelID, wm_report* sr) {
|
|||
|
||||
switch(sr->channel)
|
||||
{
|
||||
case 0x10:
|
||||
LOG(WIIMOTE, "HidOutputReport: unknown sr->channel 0x10");
|
||||
break;
|
||||
case WM_LEDS:
|
||||
WmLeds(_channelID, (wm_leds*)sr->data);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue