From df012e6e211b2e74760a8d2254b69f383c83b22c Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 10 Dec 2019 18:16:51 -0800 Subject: [PATCH] boot: do not use secure memory --- stratosphere/boot/boot.json | 1 + 1 file changed, 1 insertion(+) diff --git a/stratosphere/boot/boot.json b/stratosphere/boot/boot.json index 55ef98d31..e3e6662f6 100644 --- a/stratosphere/boot/boot.json +++ b/stratosphere/boot/boot.json @@ -5,6 +5,7 @@ "main_thread_priority": 27, "default_cpu_id": 3, "process_category": 1, + "use_secure_memory": false, "kernel_capabilities": [ { "type": "handle_table_size",