From 10e950da1fca6dae62b6ed3d85f8febd4f72a6c9 Mon Sep 17 00:00:00 2001 From: MasaGratoR Date: Mon, 14 Apr 2025 22:30:26 +0200 Subject: [PATCH 1/2] Add more entries, don't block debugging --- config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 209881af..e7cd2b87 100644 --- a/config.json +++ b/config.json @@ -4,12 +4,15 @@ "title_id_range_min": "0x0100000000010000", "title_id_range_max": "0x01ffffffffffffff", "main_thread_stack_size": "0x00100000", + "system_resource_size": "0x00000000", "main_thread_priority": 44, "default_cpu_id": 0, "process_category": 0, "is_retail": true, "pool_partition": 0, "is_64_bit": true, + "disable_device_address_space_merge": false, + "optimize_memory_allocation": true, "address_space_type": 3, "filesystem_access": { "permissions": "0xffffffffffffffff" @@ -220,10 +223,10 @@ { "type": "debug_flags", "value": { - "allow_debug": false, + "allow_debug": true, "force_debug": false, "force_debug_prod": false } } ] -} \ No newline at end of file +} From 3070ec3a8830886fcae2f61a909f485115315d3f Mon Sep 17 00:00:00 2001 From: MasaGratoR Date: Mon, 14 Apr 2025 22:32:34 +0200 Subject: [PATCH 2/2] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index e7cd2b87..c86a2a9b 100644 --- a/config.json +++ b/config.json @@ -12,7 +12,7 @@ "pool_partition": 0, "is_64_bit": true, "disable_device_address_space_merge": false, - "optimize_memory_allocation": true, + "optimize_memory_allocation": false, "address_space_type": 3, "filesystem_access": { "permissions": "0xffffffffffffffff"