mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -04:00
Bump heap size, fix CleanupAllPlaceHolder
This commit is contained in:
parent
7a81ca9441
commit
b2dd198dc8
2 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,7 @@ extern "C" {
|
|||
u32 __nx_applet_type = AppletType_None;
|
||||
|
||||
#define INNER_HEAP_SIZE 0x60000
|
||||
#define INNER_HEAP_SIZE 0x100000
|
||||
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