mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-02 17:52:49 -04:00
Replace boot_get_mem_size with osGetMemSize
This commit is contained in:
@@ -2,8 +2,13 @@
|
||||
#define _IN_LIB_BOOT_H
|
||||
#include <ultra64.h>
|
||||
|
||||
#if VERSION >= VERSION_NTSC_1_0
|
||||
extern s32 osGetMemSize(void);
|
||||
#else
|
||||
extern u32 osGetMemSize(void);
|
||||
#endif
|
||||
|
||||
void boot(void);
|
||||
s32 boot_get_mem_size(void);
|
||||
void *boot_allocate_stack(s32 threadid, s32 size);
|
||||
void boot_check_stack_overflow(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user