mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-17 10:19:21 +01:00
Improve logging
This commit is contained in:
parent
9a5d3a843f
commit
05ef5246f0
@ -77,7 +77,7 @@ void PatchInvidualMethodHooks(hooks_magic_t method_hooks[], int32_t hook_informa
|
|||||||
WHBLogWritef("The function %s is a dynamic function. Please fix that <3", method_hooks[i].functionName);
|
WHBLogWritef("The function %s is a dynamic function. Please fix that <3", method_hooks[i].functionName);
|
||||||
method_hooks[i].functionType = DYNAMIC_FUNCTION;
|
method_hooks[i].functionType = DYNAMIC_FUNCTION;
|
||||||
} else {
|
} else {
|
||||||
WHBLogWritef("Skipping %s, its already patched", method_hooks[i].functionName);
|
WHBLogPrintf("Skipping %s, its already patched", method_hooks[i].functionName);
|
||||||
space += instr_len;
|
space += instr_len;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user