mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
(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
|
else
|
||||||
CTR_STACK_SIZE = 0x100000
|
CTR_STACK_SIZE = 0x100000
|
||||||
endif
|
endif
|
||||||
CTR_LINEAR_HEAP_SIZE = 0x600000
|
CTR_LINEAR_HEAP_SIZE = 0x800000
|
||||||
|
|
||||||
include ctr/Makefile.cores
|
include ctr/Makefile.cores
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user