(connect_wii.c) Cleanups
This commit is contained in:
parent
05b8fbf1aa
commit
9d5f44a7c6
|
@ -60,8 +60,6 @@
|
|||
/* controller status stuff */
|
||||
#define WM_MAX_BATTERY_CODE 0xC8
|
||||
|
||||
#define EXP_ID_CODE_CLASSIC_CONTROLLER 0x9A1EFDFD
|
||||
|
||||
/* offsets in wiimote memory */
|
||||
#define WM_MEM_OFFSET_CALIBRATION 0x16
|
||||
#define WM_EXP_MEM_BASE 0x04A40000
|
||||
|
@ -552,11 +550,6 @@ static int wiimote_handshake(struct wiimote_t* wm,
|
|||
|
||||
id = swap_if_little32(*ptr);
|
||||
|
||||
#ifdef WIIMOTE_DBG
|
||||
printf("Expansion id=0x%04x\n",id);
|
||||
#endif
|
||||
/* EXP_ID_CODE_CLASSIC_CONTROLLER */
|
||||
|
||||
switch (id)
|
||||
{
|
||||
case IDENT_CC:
|
||||
|
|
Loading…
Reference in New Issue