Rename `__thread_80089540` to `nuGfxTaskMgr`

This commit is contained in:
gijs 2023-10-20 17:19:50 +02:00
parent 38563897a2
commit 281135d82e
2 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,7 @@ gfxThread = 0x8008AFE0;
nuGfxSwapCfbFuncSet = 0x800899D0;
nuGfxTaskStart = 0x80089804; // rom:0x19C04
nuGfxTaskAllEndWait = 0x80089A10;
nuGfxTaskMgr = 0x80089540;
obCurrentTime = 0x800C47D0;
@ -944,7 +945,6 @@ __MAYBE_SONG_800EB290 = 0x800EB290; // size:0x50
__MAYBE_SONG_ARRAY_800A8218 = 0x800A8218; // size:0x1C
__initialize_song_mem = 0x80073FD4;
__thread_80089540 = 0x80089540;
STR_INVALID_HEADER_LHA_FILE = 0x800AE108;

View File

@ -173,7 +173,7 @@ s32 nuScGetFrameRate() {
return nusched.frameRate;
}
INCLUDE_ASM(const s32, "_ob_past_brick", __thread_80089540);
INCLUDE_ASM(const s32, "_ob_past_brick", nuGfxTaskMgr);
INCLUDE_ASM(const s32, "_ob_past_brick", nuGfxTaskMgrInit);