mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-14 11:00:41 +00:00
[ntsc-1.2] Match boot_main.c, logutils.c, z_locale.c (text) (#2053)
* Match boot_main.c, logutils.c, z_locale.c (text) * review * review 2
This commit is contained in:
parent
f5fd8daffb
commit
6bc6cedaf8
8 changed files with 59 additions and 13 deletions
|
@ -1,5 +1,8 @@
|
|||
#include "global.h"
|
||||
#include "boot.h"
|
||||
#if PLATFORM_N64
|
||||
#include "cic6105.h"
|
||||
#endif
|
||||
|
||||
StackEntry sBootThreadInfo;
|
||||
OSThread sIdleThread;
|
||||
|
@ -15,9 +18,11 @@ void bootproc(void) {
|
|||
StackCheck_Init(&sBootThreadInfo, sBootThreadStack, STACK_TOP(sBootThreadStack), 0, -1, "boot");
|
||||
|
||||
osMemSize = osGetMemSize();
|
||||
#if PLATFORM_N64
|
||||
func_80001720();
|
||||
#endif
|
||||
bootclear();
|
||||
__osInitialize_common();
|
||||
__osInitialize_autodetect();
|
||||
osInitialize();
|
||||
|
||||
gCartHandle = osCartRomInit();
|
||||
osDriveRomInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue