#include <revolution/wpad.h> s32 WPADGetGameDataTimeStamp( s32 chan, OSTime *time );
| chan | One of the WPAD_CHANn values. |
|---|---|
| time | A pointer that copies the time stamp recorded as the game data's file information. |
Returns one of the following codes:
WPAD_ERR_NONE
WPAD_ERR_INVALID
Gets the date and time when the game data was last saved in the Wii Remote's internal memory.
WPAD_ERR_NONE is returned when the date and time are gotten correctly. WPAD_ERR_INVALID is returned when the file information is broken or the file has not been saved.
WPADWriteGameData, WPADReadGameData
2005/08/15 Initial version.
CONFIDENTIAL