Merge branch 'Rainchus:main' into main
This commit is contained in:
commit
eb6d6bf760
86 changed files with 6528 additions and 27 deletions
|
|
@ -4,11 +4,6 @@
|
|||
#include "types.h"
|
||||
#include "common_structs.h"
|
||||
|
||||
void OSReport(const char * format, ...);
|
||||
void* OSAllocFromHeap(int heap, u32 size);
|
||||
s32 OSCheckHeap(int heap);
|
||||
void DCFlushRangeNoSync(void *addr, u32 size);
|
||||
void DCFlushRange(void *addr, u32 size);
|
||||
void* HuPrcCreate(void (*), s32, s32, s32);
|
||||
void HuPrcSleep(s32, f32);
|
||||
void HuPrcVSleep(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue