Stratosphere: Give more memory to SYSTEM, use less memory.

This commit is contained in:
Michael Scire 2018-07-27 01:44:21 -07:00
parent 054c65dffb
commit 9d0d9d95e1
4 changed files with 11 additions and 3 deletions

View file

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