mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06:00
added a command
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1003 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -367,6 +367,9 @@ void HidOutputReport(u16 _channelID, wm_report* sr) {
|
|||||||
|
|
||||||
switch(sr->channel)
|
switch(sr->channel)
|
||||||
{
|
{
|
||||||
|
case 0x10:
|
||||||
|
LOG(WIIMOTE, "HidOutputReport: unknown sr->channel 0x10");
|
||||||
|
break;
|
||||||
case WM_LEDS:
|
case WM_LEDS:
|
||||||
WmLeds(_channelID, (wm_leds*)sr->data);
|
WmLeds(_channelID, (wm_leds*)sr->data);
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user