diff --git a/Source/Plugins/Plugin_Wiimote_Test/Src/Wiimote.cpp b/Source/Plugins/Plugin_Wiimote_Test/Src/Wiimote.cpp index 7b958feffc..51754312eb 100644 --- a/Source/Plugins/Plugin_Wiimote_Test/Src/Wiimote.cpp +++ b/Source/Plugins/Plugin_Wiimote_Test/Src/Wiimote.cpp @@ -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;