added a command

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1003 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc 2008-10-29 20:18:36 +00:00
parent 8e91a5e0e1
commit 93b5f4f31b
1 changed files with 3 additions and 0 deletions

View File

@ -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;