Switch to ogc2
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
|
||||
#include "time/timedolphin.h"
|
||||
|
||||
#define SYS_Time __SYS_GetSystemTime
|
||||
#define PPCTicksToUs ticks_to_microsecs
|
||||
|
||||
double_t timeGetRealDolphin(void) {
|
||||
// "Returns time in ticks since 2000"
|
||||
u64 timeInUs = PPCTicksToUs(SYS_Time());
|
||||
|
||||
Reference in New Issue
Block a user