Included more files from the decomp.

This commit is contained in:
MeltyPlayer
2022-10-21 00:27:03 -05:00
parent 43cc7c9700
commit 7df97a3333
21 changed files with 3159 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef _ULTRA64_OS_MISC_H_
#define _ULTRA64_OS_MISC_H_
#include "ultratypes.h"
/* Miscellaneous OS functions */
void osInitialize(void);
u32 osGetCount(void);
uintptr_t osVirtualToPhysical(void *);
#endif