mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-25 14:16:53 +01:00
Serverval small stuff
This commit is contained in:
parent
5cb55e3081
commit
aed66958e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
hook.h
|
hook.h
|
||||||
build/
|
build/
|
||||||
*.cbp
|
*.cbp
|
||||||
|
WiiUPluginLoaderBackend.layout
|
||||||
|
@ -419,7 +419,7 @@ bool ElfTools::elfLinkOne(char type, size_t offset, int32_t addend, void *destin
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
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;
|
goto exit_error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user