From f24c397eb8c10beeb9dea3130a612a5bc83c8595 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sun, 20 Sep 2015 08:03:01 +0100 Subject: [PATCH] (CTR/3DS) reserve even more memory for the heap. --- Makefile.ctr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.ctr b/Makefile.ctr index fd5cabbaa6..ccedd0a875 100644 --- a/Makefile.ctr +++ b/Makefile.ctr @@ -19,8 +19,8 @@ APP_CIA_RSF = ctr/tools/template-cia.rsf APP_3DS_RSF = ctr/tools/template-3ds.rsf CTR_STACK_SIZE = 0x100000 -CTR_HEAP_SIZE = 0x3000000 -CTR_PROG_MEMSIZE = 0x800000 +CTR_HEAP_SIZE = 0x3400000 +CTR_PROG_MEMSIZE = 0x500000 include ctr/Makefile.cores