Wiimote: first attempt at calculating IR data from mouse pointer.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@600 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
masken
2008-09-21 16:38:12 +00:00
parent 84a1a1cd64
commit 025f97e156
2 changed files with 54 additions and 21 deletions

View File

@ -21,7 +21,6 @@ struct hid_packet {
#define HID_TYPE_HANDSHAKE 0
#define HID_HANDSHAKE_SUCCESS 0
#define HID_HANDSHAKE_WIIMOTE 8 //custom, reserved in HID specs.
#define HID_PARAM_INPUT 1
#define HID_PARAM_OUTPUT 2