|
#include "common.h"
|
|
|
|
#include "nu/nusys.h"
|
|
|
|
void nuContDataLock(void) {
|
|
s32 temp_v0;
|
|
|
|
temp_v0 = osSetIntMask(OS_IM_NONE);
|
|
D_800C4B30 = 1;
|
|
osSetIntMask(temp_v0);
|
|
}
|
|
|
|
void nuContDataUnLock(void) {
|
|
s32 temp_v0;
|
|
|
|
temp_v0 = osSetIntMask(OS_IM_NONE);
|
|
D_800C4B30 = 0;
|
|
osSetIntMask(temp_v0);
|
|
}
|
|
|