10 #include "../services/sm.h" 14 TimeType_UserSystemClock,
15 TimeType_NetworkSystemClock,
16 TimeType_LocalSystemClock,
17 TimeType_Default = TimeType_NetworkSystemClock,
20 Result timeInitialize(
void);
23 Service* timeGetSessionService(
void);
Service object structure.
Definition: sm.h:23
u32 Result
Function error code result type.
Definition: types.h:46
uint64_t u64
64-bit unsigned integer.
Definition: types.h:24
Result timeSetCurrentTime(TimeType type, u64 timestamp)
Sets the time for the specified clock.
TimeType
Time clock type.
Definition: time.h:13