Commit Graph

76 Commits

Author SHA1 Message Date
Maschell
9c9e1cc5ce Add DCFlushRange to HeapBlockHeader on malloc/free 2021-01-01 01:56:54 +01:00
Maschell
989b455eff Implement MemoryMapping_MEMGetAllocatableSize and MemoryMapping_MEMGetAllocatableSizeEx 2021-01-01 01:56:24 +01:00
Maschell
5ebc7e9de8 [Workflow] Use Environment Files instead of ::set-env 2020-12-26 15:57:04 +01:00
Maschell
aaf9a1a082 Add sCheckDataRange hook to allow loading .rpl files into our memory region via OSDynload_Acquire (and a custom allocator) 2020-12-26 15:52:06 +01:00
Maschell
699273c86d Rename WUMS_MODULE_INIT_BEFORE_ENTRYPOINT => WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK, add WUMS_MODULE_SKIP_ENTRYPOINT 2020-12-26 15:51:21 +01:00
Maschell
1d731aee52 Add Github action workflows for CI 2020-08-12 21:28:27 +02:00
Maschell
37c46ad67c [Docker] Use latest devkitPPC and lib versions 2020-08-12 21:28:06 +02:00
Maschell
d07aa82110 Add a Dockerfile 2020-06-27 11:17:50 +02:00
Maschell
36ba62e669 Add memory that's usable for GX2 usage 2020-06-27 11:17:38 +02:00
Maschell
360a87977a Improve logging 2020-06-13 15:53:36 +02:00
Maschell
dec7e11dfd Fix the linking with the new versions of the module libs and WUMS 2020-06-10 14:59:49 +02:00
Maschell
58f9c4f334 Make sure to call the init hook before the entrypoint. 2020-06-10 14:59:43 +02:00
Maschell
51c92881af Add kernel patches to allow usage of the memory mapping 2020-06-10 14:59:36 +02:00
Maschell
4e0010da0b Fix compiler warnings 2020-06-10 14:59:30 +02:00
Maschell
093343ddf9 Add more KernelNOPs and run them on all cores 2020-06-10 14:59:22 +02:00
Maschell
73537b58d4 Print used memory blocks on custom heap at each application start. 2020-06-10 14:59:09 +02:00
Maschell
7a2804ac7e Use the WUMS_APPLICATION_STARTS hook instead of the main() function 2020-06-10 14:59:03 +02:00
Maschell
d0898430fc Use the MEM_HEAP_FLAG_USE_LOCK flag on our custom heap for thread safe operations 2020-06-10 14:58:54 +02:00
Maschell
3dab586704 Try to use only C code, removing the MemoryMapping class (which only had static functions) 2020-06-10 14:58:34 +02:00
Maschell
6c5a2edf6d Formatting 2020-06-03 18:36:02 +02:00
Maschell
5ac51ef3ce Add a function to get the total free space left on the heaps 2020-05-30 21:49:29 +02:00
Maschell
3a0abb940f Destroy and create the heaps at every application start 2020-05-30 21:48:50 +02:00
Maschell
0f81a4cc8f Expose malloc and free as data exports 2020-05-30 21:47:44 +02:00
Maschell
4c7d8d80ab Remove some debugs logs 2020-05-30 21:45:48 +02:00
Maschell
667a90d7ed Fix the alloc and free functions to use all heaps 2020-05-30 21:45:05 +02:00
Maschell
5d38198e41 frist commit 2020-05-29 19:25:05 +02:00