Conflicts:

	src/events.c
	src/io.c
	src/wiiuse.c
	src/wiiuse.h
This commit is contained in:
Jan Ciger
2011-09-14 09:04:58 -05:00
committed by Ryan Pavlik
parent 9b5ef23276
commit 80e8fa37ac
4 changed files with 93 additions and 3 deletions

View File

@@ -91,7 +91,8 @@ void wiiuse_handshake(struct wiimote_t* wm, byte* data, uint16_t len) {
accel->cal_zero.x, accel->cal_zero.y, accel->cal_zero.z,
accel->cal_g.x, accel->cal_g.y, accel->cal_g.z);
wiiuse_set_motion_plus(wm, 0);
/*wiiuse_set_motion_plus(wm, 0);*/
wiiuse_status(wm);
/* request the status of the wiimote to check for any expansion */
wiiuse_status(wm);
@@ -107,7 +108,6 @@ void wiiuse_handshake(struct wiimote_t* wm, byte* data, uint16_t len) {
}
wm->event = WIIUSE_CONNECT;
wm->expansion_state = 0;
wiiuse_status(wm);
break;