strat: update for latest libnx commit
This commit is contained in:
@@ -46,6 +46,7 @@ extern "C" {
|
||||
|
||||
u32 __nx_applet_type = AppletType_None;
|
||||
|
||||
/* TODO: Evaluate to what extent this can be reduced. */
|
||||
#define INNER_HEAP_SIZE 0x200000
|
||||
size_t nx_inner_heap_size = INNER_HEAP_SIZE;
|
||||
char nx_inner_heap[INNER_HEAP_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user