mirror of
https://github.com/wiiu-env/PatchMemoryRelocationsModule.git
synced 2024-11-24 18:56:55 +01:00
Fix error message
This commit is contained in:
parent
29e26786aa
commit
330a48d345
@ -16,10 +16,10 @@ bool elfLinkOne(char type, size_t offset, int32_t addend, uint32_t destination,
|
|||||||
WUMS_RELOCATIONS_DONE(args) {
|
WUMS_RELOCATIONS_DONE(args) {
|
||||||
module_information_t *gModuleData = args.module_information;
|
module_information_t *gModuleData = args.module_information;
|
||||||
if (args.module_information == NULL) {
|
if (args.module_information == NULL) {
|
||||||
OSFatal("DynLoadPatcher: Failed to get gModuleData pointer.");
|
OSFatal("PatchMemoryRelocations: Failed to get gModuleData pointer.");
|
||||||
}
|
}
|
||||||
if (args.module_information->version != MODULE_INFORMATION_VERSION) {
|
if (args.module_information->version != MODULE_INFORMATION_VERSION) {
|
||||||
OSFatal("DynLoadPatcher: The module information struct version does not match.");
|
OSFatal("PatchMemoryRelocations: The module information struct version does not match.");
|
||||||
}
|
}
|
||||||
|
|
||||||
WHBLogUdpInit();
|
WHBLogUdpInit();
|
||||||
|
Loading…
Reference in New Issue
Block a user