diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-09 20:45:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 20:45:25 -0400 |
| commit | cfa703f013a1e595a418e47ac05df06e9ae4f9b8 (patch) | |
| tree | 6f22ff1f665ac5dfd8f62b321895f846af4bfab5 /include/boot_variables.h | |
| parent | bd0c96e41818de39d243604f2a56bdee779956f2 (diff) | |
`malloc.c` (#42)
* malloc
* match
* bss
* Fix naming
* move __osMalloc to libc64 folder
* move headers to libc64 folder
Diffstat (limited to 'include/boot_variables.h')
| -rw-r--r-- | include/boot_variables.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/boot_variables.h b/include/boot_variables.h index 577b212..c85f519 100644 --- a/include/boot_variables.h +++ b/include/boot_variables.h @@ -281,7 +281,6 @@ extern OSPiHandle* gCartHandle; // TODO: Determine where this goes // extern UNK_TYPE B_80041995_jp; // extern UNK_TYPE B_80041998_jp; -// extern UNK_TYPE B_800419C0_jp; // extern UNK_TYPE B_800419F0_jp; // extern UNK_TYPE B_80044684_jp; |
