ncm: Nintendo has 5 MiB of heap. Give ourselves 4 to be safe, pending analysis

This commit is contained in:
Michael Scire 2020-03-06 05:25:37 -08:00
parent 96326cc304
commit e9796f701a

View file

@ -21,7 +21,7 @@ extern "C" {
u32 __nx_applet_type = AppletType_None;
#define INNER_HEAP_SIZE 0x100000
#define INNER_HEAP_SIZE 0x400000
size_t nx_inner_heap_size = INNER_HEAP_SIZE;
char nx_inner_heap[INNER_HEAP_SIZE];