diff --git a/Makefile.ctr b/Makefile.ctr index eb631ce292..133c0907e9 100644 --- a/Makefile.ctr +++ b/Makefile.ctr @@ -27,7 +27,7 @@ CTR_STACK_SIZE = 0x400000 else CTR_STACK_SIZE = 0x100000 endif -CTR_LINEAR_HEAP_SIZE = 0xD00000 +CTR_LINEAR_HEAP_SIZE = 0xE00000 include ctr/Makefile.cores