Rename `obControllerInit` to `nuSiMgrInit`
This commit is contained in:
parent
56ba9040f4
commit
02e99d32be
|
|
@ -53,6 +53,7 @@ nuGfxTaskMgr = 0x80089540;
|
|||
nuGfxFuncSet = 0x80089990;
|
||||
nuGfxDisplayOff = 0x80089BC0;
|
||||
nuGfxDisplayOn = 0x80089C50;
|
||||
nuSiMgrInit = 0x80089C60;
|
||||
|
||||
|
||||
obCurrentTime = 0x800C47D0;
|
||||
|
|
@ -874,7 +875,6 @@ osViModePalLan1 = 0x800ABBE0;
|
|||
osViModeMpalLan1 = 0x800ABA00;
|
||||
osViModeNtscLan1 = 0x800AB960;
|
||||
|
||||
obControllerInit = 0x80089C60;
|
||||
|
||||
osUnmapTLBAll = 0x8009AB00;
|
||||
osMapTLBRdb = 0x8009AAA0;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include "common.h"
|
||||
|
||||
/* 1A060 80089C60 */
|
||||
u8 obControllerInit(void) {
|
||||
u8 nuSiMgrInit(void) {
|
||||
u8 pattern;
|
||||
OSContStatus data[3];
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ void func_8016C900(); /* extern */
|
|||
void func_80179060(); /* extern */
|
||||
void func_8017BDC0(); /* extern */
|
||||
void func_80184D70(); /* extern */
|
||||
void obControllerInit(); /* extern */
|
||||
|
||||
extern s32 D_800A81F4;
|
||||
extern s32 D_800A8204;
|
||||
|
|
|
|||
Loading…
Reference in New Issue