strat: update for latest libnx commit

This commit is contained in:
Michael Scire 2019-10-18 10:37:03 -07:00 committed by SciresM
parent e5d62025d3
commit fbb5730369
6 changed files with 17 additions and 13 deletions

View file

@ -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];