#include <revolution/wpadBalance.h>
#define WPAD_BLCINT_WORK_LEN 307200
void WPADRegisterBLCWorkarea( void *workarea );
workarea |
Work buffer required for sharing the pairing information between Wii Balance Board accessory and the Japanese version of WiiFit. Be sure to configure a 32-byte aligned buffer with a size of at least WPAD_BLCINT_WORK_LEN. |
None.
In the library, configures a work buffer required for sharing the pairing information between Wii Balance Board accessory and the Japanese version of WiiFit. Be sure to configure a 32-byte aligned buffer with a size of at least WPAD_BLCINT_WORK_LEN. The configured buffer is used during library initialization but not after initialization is complete. This buffer can thus be freed after the WPADGetStatus function has returned WPAD_STATE_SETUP.
This function only needs to be called for applications intended for Japan, Applications intended for markets other than Japan are not required to call this function.
2008/02/01 Initial version.
CONFIDENTIAL