Merge in slightly fixed version of the delft changes

This commit is contained in:
Ryan Pavlik
2010-07-22 17:08:55 -05:00
parent 24b1063e59
commit 1cea14c661
5 changed files with 1730 additions and 1443 deletions

View File

@@ -150,11 +150,12 @@
/* encrypted expansion id codes (located at 0x04A400FC) */
#define EXP_ID_CODE_NUNCHUK 0x9A1EFEFE
#define EXP_ID_CODE_WII_BOARD 0xA4200402
#define EXP_ID_CODE_CLASSIC_CONTROLLER 0x9A1EFDFD
#define EXP_ID_CODE_GUITAR 0x9A1EFDFB
#define EXP_HANDSHAKE_LEN 224
#define EXP_HANDSHAKE_LEN 224
/********************
*
* End Wiimote internal codes
@@ -205,10 +206,10 @@
#define WIIUSE_DEFAULT_SMOOTH_ALPHA 0.07f
#define SMOOTH_ROLL 0x01
#define SMOOTH_PITCH 0x02
#define SMOOTH_PITCH 0x02
#include "wiiuse.h"
#ifdef __cplusplus
extern "C" {
#endif