sm64pc/lib/src/osSetTime.c

8 lines
122 B
C
Raw Permalink Normal View History

2020-05-05 12:15:53 +00:00
#include "libultra_internal.h"
extern OSTime _osCurrentTime;
void osSetTime(OSTime time) {
_osCurrentTime = time;
}