diff options
| author | rozlette <uberpanzermensch@gmail.com> | 2018-10-30 00:01:58 -0500 |
|---|---|---|
| committer | rozlette <uberpanzermensch@gmail.com> | 2018-10-30 00:01:58 -0500 |
| commit | c3f48bc85a7b39880171f84b07d3245e13a2de91 (patch) | |
| tree | 3b614516bc2191f6639f76ce0437712b777a7fd9 /src/boot_O2_g3 | |
| parent | 563866f074d31b2be412907cea45dba0082ef31d (diff) | |
Identify initialize.o
Diffstat (limited to 'src/boot_O2_g3')
| -rw-r--r-- | src/boot_O2_g3/boot_0x80080060.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot_O2_g3/boot_0x80080060.c b/src/boot_O2_g3/boot_0x80080060.c index db6c153fe..b02f41617 100644 --- a/src/boot_O2_g3/boot_0x80080060.c +++ b/src/boot_O2_g3/boot_0x80080060.c @@ -5,7 +5,7 @@ UNK_RET func_80080060(void) { func_80085320(&D_80099500, &D_80099AF0, &D_80099EF0, 0, -1, &D_80098190); D_80000318 = func_8008D350(); func_800818F4(); - func_8008A6FC(); + osInitialize(); osUnmapTLBAll(); D_80096B40 = func_80092920(); func_80085320(&D_80099AD0, &D_800996D0, &D_80099AD0_, 0, 256, &D_80098198); |
