#include <nitro/os.h>
s64 OS_GetOwnerRtcOffset( void );
None.
Returns an s64
type offset value.
This function acquires the RTC offset value that is stored in a Nintendo DS. The RTC offset value is an accumulation of the changes to RTC date/time made by the end user—how far it was set forward or back. It is stored in units of seconds. By confirming the offset value each time it starts, an application can know changes that the end user made to the RTC.
Date/time changes that are made by debugging functions such as RTC_SetTime() will not update this RTC offset value.
OS_GetOwnerInfo
, OS_GetMacAddress
2004/09/03 Initial version.
CONFIDENTIAL