1 2 3 4 5 6 7
#include "libultra_internal.h" extern OSTime __osCurrentTime; void osSetTime(OSTime time) { __osCurrentTime = time; }