Various imps

Former-commit-id: 7043befead
This commit is contained in:
2022-08-05 03:23:49 -07:00
parent a889a5b919
commit 3a23f40720
22 changed files with 981 additions and 126 deletions

View File

@@ -36,6 +36,7 @@ typedef u32 uintptr_t;
typedef s16 __OSInterrupt;
typedef s64 OSTime;
typedef u32 OSTick;
// Pointer to unknown, to be determined at a later date.
typedef void* unkptr;