Rename `D_800E79A4` to `nuGfxTaskSpool`

This commit is contained in:
gijs 2023-10-20 16:40:51 +02:00
parent 9349cf282c
commit efdfc38a41
3 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,6 @@ extern OSContPad __GLOBAL_CONTROLLER_DATA_COPY[MAXCONTROLLERS];
extern u8 D_800AA040; extern u8 D_800AA040;
extern void (*SWAP_BUFFER_FUNC_800A9E8C)(void** buffers); extern void (*SWAP_BUFFER_FUNC_800A9E8C)(void** buffers);
extern s32 D_800E79A4;
extern u8 SP_THREAD_800BE1C0[1]; extern u8 SP_THREAD_800BE1C0[1];
extern OSThread THREAD_800BE1C0; extern OSThread THREAD_800BE1C0;
extern void* D_800AA41C; extern void* D_800AA41C;

View File

@ -10,6 +10,7 @@ nuGfxMesgQ = 0x800C4C28;
nuGfxMesgBuf = 0x800BE1A0; nuGfxMesgBuf = 0x800BE1A0;
nuGfxFunc = 0x800AA090; nuGfxFunc = 0x800AA090;
nuGfxPreNMIFunc = 0x800AA094; nuGfxPreNMIFunc = 0x800AA094;
nuGfxTaskSpool = 0x800E79A4;
nuBoot = 0x8007F880; nuBoot = 0x8007F880;
nuScCreateScheduler = 0x80088C50; // rom:0x19050 nuScCreateScheduler = 0x80088C50; // rom:0x19050

View File

@ -18,7 +18,7 @@ void gfxThread(void* arg0) {
switch(temp_v0) { switch(temp_v0) {
case NU_SC_RETRACE_MSG: case NU_SC_RETRACE_MSG:
if (nuGfxFunc != NULL) { if (nuGfxFunc != NULL) {
nuGfxFunc(D_800E79A4); nuGfxFunc(nuGfxTaskSpool);
} }
break; break;