(CTR/3DS) increase the size of the linear heap to 8MB.

This commit is contained in:
aliaspider 2015-10-03 16:00:12 +01:00
parent 63b1c56595
commit 2c0f700d28

View File

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