(connect_wii.c) Cleanups

This commit is contained in:
twinaphex 2015-04-03 03:14:57 +02:00
parent 05b8fbf1aa
commit 9d5f44a7c6
1 changed files with 0 additions and 7 deletions

View File

@ -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: