mirror of
https://github.com/n64decomp/sm64
synced 2026-04-30 02:53:38 +00:00
8 lines
122 B
C
8 lines
122 B
C
#include "libultra_internal.h"
|
|
|
|
extern OSTime _osCurrentTime;
|
|
|
|
void osSetTime(OSTime time) {
|
|
_osCurrentTime = time;
|
|
}
|