#include <revolution/kpad.h> void KPADSetMplsWorkarea( void *ptr );
| ptr | A pointer to the work area used internally by the library to process Wii MotionPlus data. |
|---|
None.
Configures the work area used to process Wii MotionPlus data. This function must be called once before using any other functions related to processing Wii MotionPlus data. The working buffer passed as an argument should be allocated using the size obtained from the KPADGetMPLSWorkSize function.
2008/12/04 Initial version.
CONFIDENTIAL