mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2026-08-28 22:04:06 -05:00
relocator: add missing KiPhysicalToEffectiveUncached address
This commit is contained in:
@@ -251,6 +251,8 @@ uint32_t GetAddressOfFunction(const char *functionName, uint32_t library) {
|
||||
return 0xffee0aac;
|
||||
}else if(strcmp(functionName, "KiPhysicalToEffectiveCached") == 0){
|
||||
return 0xffee0a3c;
|
||||
}else if(strcmp(functionName, "KiPhysicalToEffectiveUncached") == 0){
|
||||
return 0xffee0a80;
|
||||
}else if(strcmp(functionName, "IPCKDriver_ValidatePhysicalAddress") == 0){
|
||||
return 0xfff0cb5c;
|
||||
}else if(strcmp(functionName, "KiIsEffectiveRangeValid") == 0){
|
||||
|
||||
Reference in New Issue
Block a user