Rename `func_80089990` to `nuGfxFuncSet`
This commit is contained in:
parent
753eb5a7dc
commit
2c7212d9b0
|
|
@ -49,6 +49,7 @@ nuGfxSwapCfbFuncSet = 0x800899D0;
|
|||
nuGfxTaskStart = 0x80089804; // rom:0x19C04
|
||||
nuGfxTaskAllEndWait = 0x80089A10;
|
||||
nuGfxTaskMgr = 0x80089540;
|
||||
nuGfxFuncSet = 0x80089990;
|
||||
|
||||
|
||||
obCurrentTime = 0x800C47D0;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include "nu/nusys.h"
|
||||
|
||||
/* 19D90 80089990 */
|
||||
void func_80089990(NUGfxFunc func) {
|
||||
void nuGfxFuncSet(NUGfxFunc func) {
|
||||
s32 mask;
|
||||
|
||||
nuGfxTaskAllEndWait();
|
||||
|
|
|
|||
Loading…
Reference in New Issue