loader: same heap size change for gcc 8.3.0 compat
This commit is contained in:
@@ -33,7 +33,7 @@ extern "C" {
|
|||||||
|
|
||||||
u32 __nx_applet_type = AppletType_None;
|
u32 __nx_applet_type = AppletType_None;
|
||||||
|
|
||||||
#define INNER_HEAP_SIZE 0x20000
|
#define INNER_HEAP_SIZE 0x30000
|
||||||
size_t nx_inner_heap_size = INNER_HEAP_SIZE;
|
size_t nx_inner_heap_size = INNER_HEAP_SIZE;
|
||||||
char nx_inner_heap[INNER_HEAP_SIZE];
|
char nx_inner_heap[INNER_HEAP_SIZE];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user