Rename `__set_vi_mode` to `obSetViMode`
This commit is contained in:
parent
0f39352a1d
commit
360850aae9
|
|
@ -161,7 +161,7 @@ extern void __osViSwapBuffer_3(void** buffers);
|
||||||
|
|
||||||
extern void func_8008350C();
|
extern void func_8008350C();
|
||||||
|
|
||||||
extern void __set_vi_mode(s32);
|
extern void obSetViMode(s32);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/* 0x00 */ u32 vram_start;
|
/* 0x00 */ u32 vram_start;
|
||||||
|
|
|
||||||
|
|
@ -774,7 +774,7 @@ STR_Unknown_method_skiped = 0x800AE284; // type:asciz
|
||||||
__log_fatal_error = 0x8007BBF4;
|
__log_fatal_error = 0x8007BBF4;
|
||||||
__log_fatal_error_desc = 0x8007BBC0;
|
__log_fatal_error_desc = 0x8007BBC0;
|
||||||
|
|
||||||
__set_vi_mode = 0x80072738;
|
obSetViMode = 0x80072738;
|
||||||
gfxSwapCfbFunc = 0x8007307C;
|
gfxSwapCfbFunc = 0x8007307C;
|
||||||
|
|
||||||
osAiSetFrequency = 0x8008C430;
|
osAiSetFrequency = 0x8008C430;
|
||||||
|
|
|
||||||
|
|
@ -155,7 +155,7 @@ void func_80072710(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 2B38 80072738 */
|
/* 2B38 80072738 */
|
||||||
void __set_vi_mode(s32 arg0) {
|
void obSetViMode(s32 arg0) {
|
||||||
switch (osTvType) {
|
switch (osTvType) {
|
||||||
case OS_TV_NTSC:
|
case OS_TV_NTSC:
|
||||||
switch (arg0) {
|
switch (arg0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue