diff --git a/.gitignore b/.gitignore index e40c110..caef985 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ hook.h build/ *.cbp +WiiUPluginLoaderBackend.layout diff --git a/src/plugin/ElfTools.cpp b/src/plugin/ElfTools.cpp index e6fc23a..bfc1e6c 100644 --- a/src/plugin/ElfTools.cpp +++ b/src/plugin/ElfTools.cpp @@ -419,7 +419,7 @@ bool ElfTools::elfLinkOne(char type, size_t offset, int32_t addend, void *destin break; } default: - DEBUG_FUNCTION_LINE("Unknown relocation type: %02X\n",type); + DEBUG_FUNCTION_LINE("Unknown relocation type: %02X for offset %08X\n",type,offset); goto exit_error; }