mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Fixed DSPTool include bugs and some leftover fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3069 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2402d46e62
commit
a8c224023c
4 changed files with 13 additions and 7 deletions
|
@ -84,8 +84,8 @@ void HidOutputReport(u16 _channelID, wm_report* sr) {
|
|||
|
||||
switch(sr->channel)
|
||||
{
|
||||
case 0x10:
|
||||
ERROR_LOG(WII_IPC_WIIMOTE, "HidOutputReport: unknown sr->channel 0x10");
|
||||
case WM_RUMBLE:
|
||||
// TODO: Implement rumble for real wiimotes
|
||||
break;
|
||||
case WM_LEDS: // 0x11
|
||||
WmLeds(_channelID, (wm_leds*)sr->data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue