mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
7 lines
122 B
C
7 lines
122 B
C
#include "libultra_internal.h"
|
|
|
|
extern OSTime _osCurrentTime;
|
|
|
|
void osSetTime(OSTime time) {
|
|
_osCurrentTime = time;
|
|
}
|