From aed66958e90bf525a2af71fd15eddff549d1105f Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 16 Nov 2019 15:13:16 +0100 Subject: [PATCH] Serverval small stuff --- .gitignore | 1 + src/plugin/ElfTools.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; }