(CTR/3DS) increase the size of the linear heap to 8MB.
This commit is contained in:
parent
63b1c56595
commit
2c0f700d28
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue