From 2c0f700d28e5f13058a3525c69089073312fef5f Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sat, 3 Oct 2015 16:00:12 +0100 Subject: [PATCH] (CTR/3DS) increase the size of the linear heap to 8MB. --- Makefile.ctr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ctr b/Makefile.ctr index 8c2849dc6e..fe3b323885 100644 --- a/Makefile.ctr +++ b/Makefile.ctr @@ -28,7 +28,7 @@ CTR_STACK_SIZE = 0x400000 else CTR_STACK_SIZE = 0x100000 endif -CTR_LINEAR_HEAP_SIZE = 0x600000 +CTR_LINEAR_HEAP_SIZE = 0x800000 include ctr/Makefile.cores