From 3fa973f430196c36756be8f533b34cd2eaeaf767 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 1 Dec 2018 19:07:05 -0800 Subject: [PATCH] fatal/set_mitm: Support 1.0.0 kernel. --- stratosphere/fatal/fatal.json | 6 +++--- stratosphere/set_mitm/set_mitm.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stratosphere/fatal/fatal.json b/stratosphere/fatal/fatal.json index 201875895..0bdbeeeb2 100644 --- a/stratosphere/fatal/fatal.json +++ b/stratosphere/fatal/fatal.json @@ -4,13 +4,13 @@ "title_id_range_min": "0x0100000000000034", "title_id_range_max": "0x0100000000000034", "main_thread_stack_size": "0x00010000", - "main_thread_priority": 37, + "main_thread_priority": 15, "default_cpu_id": 3, "process_category": 0, "is_retail": true, "pool_partition": 2, "is_64_bit": true, - "address_space_type": 3, + "address_space_type": 1, "filesystem_access": { "permissions": "0xFFFFFFFFFFFFFFFF" }, @@ -88,7 +88,7 @@ } }, { "type": "min_kernel_version", - "value": "0x0060" + "value": "0x0030" }, { "type": "handle_table_size", "value": 128 diff --git a/stratosphere/set_mitm/set_mitm.json b/stratosphere/set_mitm/set_mitm.json index 055c6af6b..1f71cf7c1 100644 --- a/stratosphere/set_mitm/set_mitm.json +++ b/stratosphere/set_mitm/set_mitm.json @@ -10,7 +10,7 @@ "is_retail": true, "pool_partition": 2, "is_64_bit": true, - "address_space_type": 3, + "address_space_type": 1, "filesystem_access": { "permissions": "0xFFFFFFFFFFFFFFFF" }, @@ -99,7 +99,7 @@ }, { "type": "min_kernel_version", - "value": "0x0060" + "value": "0x0030" } ] } \ No newline at end of file