Use the default heap for threads, make sure to memset default heap allocations to 0 after using them

This commit is contained in:
Maschell
2023-03-26 15:53:56 +02:00
parent 6076c8726c
commit f2333e37dc
5 changed files with 65 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/wiiu-env/devkitppc:20221228
FROM ghcr.io/wiiu-env/devkitppc:20230326
COPY --from=ghcr.io/wiiu-env/libkernel:20220904 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/libfunctionpatcher:20230106 /artifacts $DEVKITPRO