Rename `func_80089990` to `nuGfxFuncSet`

This commit is contained in:
gijs 2023-10-20 17:26:36 +02:00
parent 753eb5a7dc
commit 2c7212d9b0
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ nuGfxSwapCfbFuncSet = 0x800899D0;
nuGfxTaskStart = 0x80089804; // rom:0x19C04 nuGfxTaskStart = 0x80089804; // rom:0x19C04
nuGfxTaskAllEndWait = 0x80089A10; nuGfxTaskAllEndWait = 0x80089A10;
nuGfxTaskMgr = 0x80089540; nuGfxTaskMgr = 0x80089540;
nuGfxFuncSet = 0x80089990;
obCurrentTime = 0x800C47D0; obCurrentTime = 0x800C47D0;

View File

@ -3,7 +3,7 @@
#include "nu/nusys.h" #include "nu/nusys.h"
/* 19D90 80089990 */ /* 19D90 80089990 */
void func_80089990(NUGfxFunc func) { void nuGfxFuncSet(NUGfxFunc func) {
s32 mask; s32 mask;
nuGfxTaskAllEndWait(); nuGfxTaskAllEndWait();