diff --git a/linker_scripts/symbols/addr.txt b/linker_scripts/symbols/addr.txt index a0909d8..cb26dde 100644 --- a/linker_scripts/symbols/addr.txt +++ b/linker_scripts/symbols/addr.txt @@ -96,7 +96,7 @@ nuSiCallBackRemove = 0x8008B1D0; nuContDataClose = 0x8008A354; nuContDataOpen = 0x8008A37C; nuContDataGetAll = 0x8008A600; -nuContRetrace = 0x8008A47C; +nuContRetraceImpl = 0x8008A47C; nuContReadFuncSet = 0x8008A660; nuContPakMgrInit = 0x8008A6A0; diff --git a/src/nu/nucontmgr.c b/src/nu/nucontmgr.c index df0ce61..27e1227 100644 --- a/src/nu/nucontmgr.c +++ b/src/nu/nucontmgr.c @@ -76,7 +76,7 @@ s32 __real_read_controller(void) { } } -s32 nuContRetrace(NUSiCommonMesg* mesg) { +s32 nuContRetraceImpl(NUSiCommonMesg* mesg) { if(nuContDataLockKey) { return NU_SI_CALLBACK_CONTINUE; }