Rename `func_80089AB0` to `nuGfxSetCfb`
This commit is contained in:
parent
0f740013fc
commit
b41fadc833
|
|
@ -199,7 +199,6 @@ extern void __start_thread_800BE1C0();
|
|||
|
||||
extern void __something_display_list(Gfx*, s32, s32, s32);
|
||||
extern void func_80089A10();
|
||||
extern void func_80089AB0(s32*, s32);
|
||||
|
||||
extern void __osViSwapBuffer_3(void** buffers);
|
||||
extern void set_swap_buffer_func(void (*arg0)(void**));
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ nuScSetFrameBufferNum = 0x80089528;
|
|||
nuGfxRetraceWait = 0x80089A30;
|
||||
nuScResetClientMesgType = 0x800890E4;
|
||||
nuScWaitTaskReady = 0x8008949C;
|
||||
nuGfxSetCfb = 0x80089AB0;
|
||||
|
||||
obCurrentTime = 0x800C47D0;
|
||||
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
#include "common.h"
|
||||
|
||||
#include "nu/nusys.h"
|
||||
|
||||
/* 1A5B0 8008A1B0 */
|
||||
void func_8008A1B0(void) {
|
||||
Gfx list[257];
|
||||
Gfx* ptr = list;
|
||||
|
||||
__start_thread_800BE1C0();
|
||||
func_80089AB0(&__SOMETHING_FRAMEBUFFERS, 3);
|
||||
nuGfxSetCfb(&__SOMETHING_FRAMEBUFFERS, 3);
|
||||
D_800C4B20 = BOOT_ADDRESS_ULTRA;
|
||||
set_swap_buffer_func(__osViSwapBuffer_3);
|
||||
D_800C4CE0 = &D_800A9EB0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue