WPADSetGameTitle

C Specification

#include <revolution/wpad.h>

void WPADSetGameTitle( const char *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 32 bytes 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. 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
WPADSetGameTitleWChar

Revision History

08/15/2005 Initial version.


CONFIDENTIAL