Rename `nuContRetrace` to `nuContRetraceImpl`

This commit is contained in:
gijs 2023-10-22 13:36:37 +02:00
parent 496a52b76c
commit c37f5f48fd
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ nuSiCallBackRemove = 0x8008B1D0;
nuContDataClose = 0x8008A354;
nuContDataOpen = 0x8008A37C;
nuContDataGetAll = 0x8008A600;
nuContRetrace = 0x8008A47C;
nuContRetraceImpl = 0x8008A47C;
nuContReadFuncSet = 0x8008A660;
nuContPakMgrInit = 0x8008A6A0;

View File

@ -76,7 +76,7 @@ s32 __real_read_controller(void) {
}
}
s32 nuContRetrace(NUSiCommonMesg* mesg) {
s32 nuContRetraceImpl(NUSiCommonMesg* mesg) {
if(nuContDataLockKey) {
return NU_SI_CALLBACK_CONTINUE;
}