Rename `__calls_osViSwapBuffer_8007307C` to `gfxSwapCfbFunc`

This commit is contained in:
gijs 2024-05-24 13:00:39 +02:00
parent c1367225d7
commit e7d904cd7b
2 changed files with 3 additions and 3 deletions

View File

@ -775,7 +775,7 @@ __log_fatal_error = 0x8007BBF4;
__log_fatal_error_desc = 0x8007BBC0; __log_fatal_error_desc = 0x8007BBC0;
__set_vi_mode = 0x80072738; __set_vi_mode = 0x80072738;
__calls_osViSwapBuffer_8007307C = 0x8007307C; gfxSwapCfbFunc = 0x8007307C;
osAiSetFrequency = 0x8008C430; osAiSetFrequency = 0x8008C430;
osAiGetLength = 0x8008C410; osAiGetLength = 0x8008C410;

View File

@ -17,7 +17,7 @@ typedef struct {
void __calls_copy_controller_data(); /* extern */ void __calls_copy_controller_data(); /* extern */
void __calls_loads_overlay_array(); /* extern */ void __calls_loads_overlay_array(); /* extern */
void __calls_osViSwapBuffer_8007307C(void**); /* extern */ void gfxSwapCfbFunc(void**); /* extern */
void __initialize_song_mem(); /* extern */ void __initialize_song_mem(); /* extern */
void __set_obPtrPtrDisplayList(Gfx**); /* extern */ void __set_obPtrPtrDisplayList(Gfx**); /* extern */
void func_80070C60(s32*, s32); /* extern */ void func_80070C60(s32*, s32); /* extern */
@ -264,7 +264,7 @@ s32 func_80072944(void) {
INCLUDE_ASM(const s32, "main", __calls_copy_controller_data); INCLUDE_ASM(const s32, "main", __calls_copy_controller_data);
/* 347C 8007307C */ /* 347C 8007307C */
void __calls_osViSwapBuffer_8007307C(void** buffers) void gfxSwapCfbFunc(void** buffers)
{ {
u8 prev; u8 prev;