Decomp sleep.c (#293)

This commit is contained in:
Anghelo Carvajal
2021-10-11 15:56:08 -03:00
committed by GitHub
parent 565b1f7579
commit d2ce39d24b
2 changed files with 25 additions and 9 deletions
+4 -4
View File
@@ -239,10 +239,10 @@ s32 sprintf(char* s, char* fmt, ...);
s32 PrintUtils_VPrintf(PrintCallback* pfn, const char* fmt, va_list args);
s32 PrintUtils_Printf(PrintCallback* pfn, const char* fmt, ...);
void Sleep_Cycles(OSTime time);
// void Sleep_Nsec(void);
void Sleep_Usec(s32);
void Sleep_Msec(u32 param_1);
// void Sleep_Sec(void);
void Sleep_Nsec(u32 nsec);
void Sleep_Usec(u32 usec);
void Sleep_Msec(u32 ms);
void Sleep_Sec(u32 sec);
// void __osSetCause(void);
s32 osSendMesg(OSMesgQueue* mq, OSMesg msg, s32 flags);
// void osPfsFreeBlocks(void);