mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-12-25 07:31:52 +01:00
relocator: add missing KiPhysicalToEffectiveUncached
address
This commit is contained in:
parent
0225c49e3a
commit
3b94c82ed2
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user