Decompile `func_80089990`
This commit is contained in:
parent
d3f8360be2
commit
753eb5a7dc
|
|
@ -1,3 +1,13 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
INCLUDE_ASM(const s32, "_ob_thoughtless_van", func_80089990);
|
#include "nu/nusys.h"
|
||||||
|
|
||||||
|
/* 19D90 80089990 */
|
||||||
|
void func_80089990(NUGfxFunc func) {
|
||||||
|
s32 mask;
|
||||||
|
|
||||||
|
nuGfxTaskAllEndWait();
|
||||||
|
mask = osSetIntMask(OS_IM_NONE);
|
||||||
|
nuGfxFunc = func;
|
||||||
|
osSetIntMask(mask);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue