WUMSLoader/relocator
2021-01-01 02:06:03 +01:00
..
src Call INIT_WUT and FINI_WUT for modules, make sure APPLICATION_ENDS and FINI_WUT hooks are actually called by a sepeate module 2021-01-01 02:06:03 +01:00
.gitignore first commit 2020-04-28 14:43:07 +02:00
Makefile Update the Makefile 2020-07-01 13:18:27 +02:00
README.md first commit 2020-04-28 14:43:07 +02:00

Setup payload - relocator

This is a payload that is bundled with the SetupPayload that handled the relocations for the imports.

Credits

  • maschell
  • Copy pasted the solution for using wut header in .elf files from RetroArch
  • Copy pasted resolving the ElfRelocations from decaf