Just little things (Nothing special)
Just added a couple of defines and added some ignores of build folders ect. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3311 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3c953e485c
commit
b46e8ab1b8
|
@ -74,8 +74,11 @@
|
|||
#define WM_CMD_RUMBLE 0x13
|
||||
#define WM_CMD_IR 0x13
|
||||
#define WM_CMD_CTRL_STATUS 0x15
|
||||
#define WM_CMD_SPEAKER_ENABLE 0x14// Size 1
|
||||
#define WM_CMD_WRITE_DATA 0x16
|
||||
#define WM_CMD_READ_DATA 0x17
|
||||
#define WM_CMD_SPEAKER_DATA 0x18// Size 21
|
||||
#define WM_CMD_SPEAKER_MUTE 0x19// Size 1
|
||||
#define WM_CMD_IR_2 0x1A
|
||||
|
||||
/* input report ids */
|
||||
|
|
Loading…
Reference in New Issue