Rename `__start_thread_800BE1C0` to `nuGfxThreadStart`

This commit is contained in:
gijs 2023-10-20 16:25:46 +02:00
parent a0962ddc83
commit 319b8ff320
4 changed files with 3 additions and 5 deletions

View File

@ -195,7 +195,6 @@ extern void __set_black();
extern void __calls_osViBlack(bool black);
extern void __start_thread_800B9C88();
extern void __start_thread_800BE1C0();
extern void __something_display_list(Gfx*, s32, s32, s32);
extern void func_80089A10();
@ -219,7 +218,6 @@ extern void func_8008A37C();
extern void func_8008B130(u8*);
extern void func_8008B1D0(u8*);
extern void __start_thread_800BE1C0(void);
extern void __thread_8008AFE0(void*);
extern void func_8008350C();

View File

@ -866,7 +866,7 @@ __calls_romCopy_8009DE40 = 0x8009DE40;
__load_and_unpack = 0x8009DF48;
//__calls_romCopy_800EA488 = 0x800EA488;
__start_thread_800BE1C0 = 0x8008B0B0;
nuGfxThreadStart = 0x8008B0B0;
__start_thread_800B9C88 = 0x80089660;
magnitude = 0x8009C780;

View File

@ -31,7 +31,7 @@ void __thread_8008AFE0(void* arg0) {
}
}
void __start_thread_800BE1C0(void) {
void nuGfxThreadStart(void) {
osCreateThread(&THREAD_800BE1C0, 4, __thread_8008AFE0, NULL, SP_THREAD_800BE1C0, 0x32);
osStartThread(&THREAD_800BE1C0);
}

View File

@ -7,7 +7,7 @@ void nuGfxInitEX2(void) {
Gfx list[257];
Gfx* ptr = list;
__start_thread_800BE1C0();
nuGfxThreadStart();
nuGfxSetCfb(&__SOMETHING_FRAMEBUFFERS, 3);
D_800C4B20 = BOOT_ADDRESS_ULTRA;
set_swap_buffer_func(__osViSwapBuffer_3);