Rename `func_8008A5A0` to `nuContDataLock`
This commit is contained in:
parent
24e91ef028
commit
a689d76967
|
|
@ -78,6 +78,7 @@ nuPiReadRom = 0x80089F80;
|
||||||
nuContQueryRead = 0x8008A640;
|
nuContQueryRead = 0x8008A640;
|
||||||
nuContMgrInit = 0x8008A260;
|
nuContMgrInit = 0x8008A260;
|
||||||
nuContDataUnLock = 0x8008A5D0;
|
nuContDataUnLock = 0x8008A5D0;
|
||||||
|
func_8008A5A0 = 0x8008A5A0;
|
||||||
nuSiCallBackAdd = 0x8008B130;
|
nuSiCallBackAdd = 0x8008B130;
|
||||||
nuContMgrRemove = 0x8008A334;
|
nuContMgrRemove = 0x8008A334;
|
||||||
nuSiCallBackRemove = 0x8008B1D0;
|
nuSiCallBackRemove = 0x8008B1D0;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
void func_8008A5A0(void) {
|
#include "nu/nusys.h"
|
||||||
|
|
||||||
|
void nuContDataLock(void) {
|
||||||
s32 temp_v0;
|
s32 temp_v0;
|
||||||
|
|
||||||
temp_v0 = osSetIntMask(OS_IM_NONE);
|
temp_v0 = osSetIntMask(OS_IM_NONE);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue