Merge branch 'Rainchus:main' into main

This commit is contained in:
CreateSource 2023-11-23 08:45:54 -05:00 committed by GitHub
commit eb6d6bf760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
86 changed files with 6528 additions and 27 deletions

View file

@ -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);