ogrebattle64/src/_ob_questionable_glass.c

12 lines
221 B
C

#include "common.h"
#include "nu/nusys.h"
/* 19DD0 800899D0 */
void nuGfxSwapCfbFuncSet(NUGfxSwapCfbFunc func) {
s32 mask;
mask = osSetIntMask(OS_IM_NONE);
nuGfxSwapCfbFunc = func;
osSetIntMask(mask);
}