sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

osSetTime.c (124B)


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