(CTR/3DS) reserve even more memory for the heap.
This commit is contained in:
parent
a5b61354f0
commit
f24c397eb8
|
@ -19,8 +19,8 @@ APP_CIA_RSF = ctr/tools/template-cia.rsf
|
||||||
APP_3DS_RSF = ctr/tools/template-3ds.rsf
|
APP_3DS_RSF = ctr/tools/template-3ds.rsf
|
||||||
|
|
||||||
CTR_STACK_SIZE = 0x100000
|
CTR_STACK_SIZE = 0x100000
|
||||||
CTR_HEAP_SIZE = 0x3000000
|
CTR_HEAP_SIZE = 0x3400000
|
||||||
CTR_PROG_MEMSIZE = 0x800000
|
CTR_PROG_MEMSIZE = 0x500000
|
||||||
|
|
||||||
|
|
||||||
include ctr/Makefile.cores
|
include ctr/Makefile.cores
|
||||||
|
|
Loading…
Reference in New Issue