mirror of
https://github.com/n64decomp/mk64
synced 2026-05-28 16:00:59 -04:00
5c23113592
* libultra from sm64 integrated; 3 libultra functions matched * All of libultra done! authored-by: farisawan-2000 <farisawan.2000@gmail.com>
8 lines
124 B
C
8 lines
124 B
C
#include "libultra_internal.h"
|
|
|
|
extern OSTime __osCurrentTime;
|
|
|
|
void osSetTime(OSTime time) {
|
|
__osCurrentTime = time;
|
|
}
|