Rename `D_800C4CE0` to `nuGfxUcode`

This commit is contained in:
gijs 2023-10-20 17:02:51 +02:00
parent eb57aa31f3
commit abe6017825
3 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,6 @@ extern s32 D_800E8B14;
extern s32 __SCREEN_IS_NOT_BLACK; extern s32 __SCREEN_IS_NOT_BLACK;
extern s32 D_800A9EB0; extern s32 D_800A9EB0;
extern s32 __SOMETHING_FRAMEBUFFERS; extern s32 __SOMETHING_FRAMEBUFFERS;
extern void* D_800C4CE0;
extern s32 D_A9EF0; extern s32 D_A9EF0;
extern s32 D_800C4B30; extern s32 D_800C4B30;

View File

@ -15,6 +15,7 @@ nuGfxThread = 0x800BE1C0;
nuGfxSwapCfbFunc = 0x800A9E84; nuGfxSwapCfbFunc = 0x800A9E84;
nuGfxSwapCfb = 0x8008B110; nuGfxSwapCfb = 0x8008B110;
nuGfxZBuffer = 0x800C4B20; nuGfxZBuffer = 0x800C4B20;
nuGfxUcode = 0x800C4CE0;
nuBoot = 0x8007F880; nuBoot = 0x8007F880;
nuScCreateScheduler = 0x80088C50; // rom:0x19050 nuScCreateScheduler = 0x80088C50; // rom:0x19050

View File

@ -11,7 +11,7 @@ void nuGfxInitEX2(void) {
nuGfxSetCfb(&__SOMETHING_FRAMEBUFFERS, NU_GFX_FRAMEBUFFER_NUM); nuGfxSetCfb(&__SOMETHING_FRAMEBUFFERS, NU_GFX_FRAMEBUFFER_NUM);
nuGfxSetZBuffer(NU_GFX_ZBUFFER_ADDR); nuGfxSetZBuffer(NU_GFX_ZBUFFER_ADDR);
nuGfxSwapCfbFuncSet(nuGfxSwapCfb); nuGfxSwapCfbFuncSet(nuGfxSwapCfb);
D_800C4CE0 = &D_800A9EB0; nuGfxUcode = &D_800A9EB0;
nuGfxTaskMgrInit(); nuGfxTaskMgrInit();
gSPDisplayList(ptr++, &D_A9EF0); gSPDisplayList(ptr++, &D_A9EF0);