#include "common.h"
#include "nu/nusys.h"
/* 19D90 80089990 */
void nuGfxFuncSet(NUGfxFunc func) {
s32 mask;
nuGfxTaskAllEndWait();
mask = osSetIntMask(OS_IM_NONE);
nuGfxFunc = func;
osSetIntMask(mask);
}