From 254ac590164301602e947bc9ca75c0da86462848 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 21 Jan 2019 02:20:55 -0800 Subject: [PATCH] set.mitm: revise down memory usage --- stratosphere/set_mitm/source/setmitm_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/set_mitm/source/setmitm_main.cpp b/stratosphere/set_mitm/source/setmitm_main.cpp index e2f821e64..9df353cbe 100644 --- a/stratosphere/set_mitm/source/setmitm_main.cpp +++ b/stratosphere/set_mitm/source/setmitm_main.cpp @@ -31,7 +31,7 @@ extern "C" { u32 __nx_applet_type = AppletType_None; - #define INNER_HEAP_SIZE 0x40000 + #define INNER_HEAP_SIZE 0x28000 size_t nx_inner_heap_size = INNER_HEAP_SIZE; char nx_inner_heap[INNER_HEAP_SIZE];