mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 22:15:17 -04:00
Stratosphere: Give more memory to SYSTEM, use less memory.
This commit is contained in:
parent
054c65dffb
commit
9d0d9d95e1
4 changed files with 11 additions and 3 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue