Commit Graph

24 Commits

Author SHA1 Message Date
Maschell 47bbd9a3b3 Formatting 2021-09-23 22:40:10 +02:00
Maschell c5af736523 Implement WUMS 0.2 2021-09-17 16:17:54 +02:00
Maschell f461fc4539 Compile with latest wut 2021-04-14 19:41:09 +02:00
Maschell 00cb2d64bd Add WUMS_APPLICATION_REQUESTS_EXIT hook 2021-03-13 11:03:42 +01:00
Maschell a9aabcd149 Add WUMS_MODULE_SKIP_WUT_INIT() macro to skip wut init/fini calls 2021-02-19 16:35:44 +01:00
Maschell d59c15531d Update the Dockerfile to use the latest devkitppc image 2021-01-01 20:18:57 +01:00
Maschell 133dbc6111 Fix push docker image workflow 2021-01-01 20:18:43 +01:00
Maschell ccea583d96 Use a more generic github workflow for pushing the docker image 2020-12-26 15:49:24 +01:00
Maschell b580b4aa0b Rename WUMS_MODULE_INIT_BEFORE_ENTRYPOINT() to WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK(), add WUMS_MODULE_SKIP_ENTRYPOINT()
- Bump module information version to 2
- Bump WUMS version to 0.1.1
2020-12-26 15:49:11 +01:00
Maschell fa995a8627 Update the dockerfile 2020-08-10 15:19:24 +02:00
Maschell 0b8403b434 Add action to push docker images 2020-08-10 12:12:28 +02:00
Maschell 2c940a48d0 Update Dockerfile 2020-08-09 21:16:07 +02:00
Maschell ce2af25f7d Add Dockerfile 2020-06-25 18:45:15 +02:00
Maschell a9a535306b Add "Relocations done" hook 2020-06-25 18:44:59 +02:00
Maschell e266969c9f Update the module_information_t struct to store the current version of the struct. 2020-06-10 14:11:28 +02:00
Maschell 728b6e182c Add the macro for using the "init before entrypoint" flag 2020-06-10 14:10:54 +02:00
Maschell 5286dc6bc8 Extend the wut files instead of replacing it. 2020-06-10 12:51:58 +02:00
Maschell 090efd9ab0 The WUMS_INITIALIZE now has an argument which provides a pointer to the module_information_t struct 2020-06-06 22:40:52 +02:00
Maschell c88c061613 Add module defines 2020-06-06 16:46:11 +02:00
Maschell bd3a9e2cd2 Add some more hooks 2020-06-03 19:30:58 +02:00
Maschell e34863d75a The entrypoint is now called ONCE by the SetupPayload. Replace the usage by `WUMS_APPLICATION_STARTS` 2020-06-03 19:30:45 +02:00
Maschell c161712aef Fix data exports 2020-05-30 21:47:14 +02:00
Maschell 67582c8e1d Add initial support for hooks 2020-05-29 17:37:01 +02:00
Maschell 6b7ccf7e95 First commit 2020-05-17 21:12:26 +02:00