WPADSetGameTitleWChar

C Specification

#include <revolution/wpad.h>

void WPADSetGameTitleWChar( const u16 *title );

Arguments

title The name of the game title to register as the file infomation for the game data to be saved. The string must be 16 double-byte characters or less.

Return Values

None.

Description

Sets the game title to register as the file infomation for the game data to be saved in the Wii Remote's internal memory. Call this function when registering a double-byte character string. A region of only 32 bytes has been prepared for the game title. The argument must therefore pass a string of 32 bytes or less.

See Also

WPAD Functions
WPADWriteGameData
WPADReadGameData
WPADSetGameTitle

Revision History

08/15/2005 Initial version.


CONFIDENTIAL