fatal: Write ErrorReportTask

This commit is contained in:
Michael Scire 2018-11-10 01:04:40 -08:00
parent 21b0f228b6
commit 4d1481e2eb
5 changed files with 73 additions and 9 deletions

View file

@ -32,7 +32,7 @@ extern "C" {
u32 __nx_applet_type = AppletType_None;
#define INNER_HEAP_SIZE 0x20000
#define INNER_HEAP_SIZE 0x380000
size_t nx_inner_heap_size = INNER_HEAP_SIZE;
char nx_inner_heap[INNER_HEAP_SIZE];