From f822902203d2a41e7cd194de282d728d2be4880b Mon Sep 17 00:00:00 2001 From: Adubbz Date: Tue, 13 Aug 2019 22:23:38 +1000 Subject: [PATCH] Correct main thread stack size --- stratosphere/ncm/ncm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/ncm/ncm.json b/stratosphere/ncm/ncm.json index ad491289f..5a3ac657b 100644 --- a/stratosphere/ncm/ncm.json +++ b/stratosphere/ncm/ncm.json @@ -1,7 +1,7 @@ { "name": "NCM", "title_id": "0x0100000000000002", - "main_thread_stack_size": "0x20000", + "main_thread_stack_size": "0x00004000", "main_thread_priority": 49, "default_cpu_id": 3, "process_category": 1,