(CTR/3DS) increase linear heap size.

This commit is contained in:
aliaspider 2015-10-17 15:26:03 +01:00
parent 8dfc5f698d
commit 915ed60131

View File

@ -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