From 915ed601318f549f99163c4d1396a968bae6f154 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sat, 17 Oct 2015 15:26:03 +0100 Subject: [PATCH] (CTR/3DS) increase linear heap size. --- Makefile.ctr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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