Switch to ogc2

This commit is contained in:
2026-05-07 17:21:52 -05:00
parent 44a0700800
commit 2cea43dc70
6 changed files with 44 additions and 18 deletions
+3
View File
@@ -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());