last WIP wiimote code

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@934 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc
2008-10-22 09:48:54 +00:00
parent 054ff5a48f
commit 415366634f
5 changed files with 95 additions and 18 deletions

View File

@ -43,7 +43,8 @@ struct wm_leds {
struct wm_data_reporting {
u8 rumble : 1;
u8 continuous : 1;
u8 : 6;
u8 all_the_time : 1;
u8 : 5;
u8 mode;
};
@ -138,7 +139,6 @@ struct wm_ir_extended {
#define WM_REPORT_CORE 0x30
struct wm_report_core {
wm_core c;
wm_accel a;
};
#define WM_REPORT_CORE_ACCEL 0x31