Rename `nuContRetrace` to `nuContRetraceImpl`
This commit is contained in:
parent
496a52b76c
commit
c37f5f48fd
|
|
@ -96,7 +96,7 @@ nuSiCallBackRemove = 0x8008B1D0;
|
|||
nuContDataClose = 0x8008A354;
|
||||
nuContDataOpen = 0x8008A37C;
|
||||
nuContDataGetAll = 0x8008A600;
|
||||
nuContRetrace = 0x8008A47C;
|
||||
nuContRetraceImpl = 0x8008A47C;
|
||||
nuContReadFuncSet = 0x8008A660;
|
||||
|
||||
nuContPakMgrInit = 0x8008A6A0;
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ s32 __real_read_controller(void) {
|
|||
}
|
||||
}
|
||||
|
||||
s32 nuContRetrace(NUSiCommonMesg* mesg) {
|
||||
s32 nuContRetraceImpl(NUSiCommonMesg* mesg) {
|
||||
if(nuContDataLockKey) {
|
||||
return NU_SI_CALLBACK_CONTINUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue