NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
NWC24Time.h
1#ifndef RVL_SDK_NWC24_TIME_H
2#define RVL_SDK_NWC24_TIME_H
3#include <revolution/NWC24/NWC24Types.h>
4#include <types.h>
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9NWC24Err NWC24iGetUniversalTime(s64* timeOut);
10NWC24Err NWC24iGetTimeDifference(s64* diffOut);
11NWC24Err NWC24iSetRtcCounter(u32 rtc, u32 flags);
12NWC24Err NWC24iSynchronizeRtcCounter(BOOL forceSave);
13
14#ifdef __cplusplus
15}
16#endif
17#endif