Rename `__set_vi_mode` to `obSetViMode`

This commit is contained in:
gijs 2024-05-24 15:05:42 +02:00
parent 0f39352a1d
commit 360850aae9
3 changed files with 3 additions and 3 deletions

View File

@ -161,7 +161,7 @@ extern void __osViSwapBuffer_3(void** buffers);
extern void func_8008350C();
extern void __set_vi_mode(s32);
extern void obSetViMode(s32);
typedef struct {
/* 0x00 */ u32 vram_start;

View File

@ -774,7 +774,7 @@ STR_Unknown_method_skiped = 0x800AE284; // type:asciz
__log_fatal_error = 0x8007BBF4;
__log_fatal_error_desc = 0x8007BBC0;
__set_vi_mode = 0x80072738;
obSetViMode = 0x80072738;
gfxSwapCfbFunc = 0x8007307C;
osAiSetFrequency = 0x8008C430;

View File

@ -155,7 +155,7 @@ void func_80072710(void) {
}
/* 2B38 80072738 */
void __set_vi_mode(s32 arg0) {
void obSetViMode(s32 arg0) {
switch (osTvType) {
case OS_TV_NTSC:
switch (arg0) {