From 0e535b3be3541f434c48b8ebe1b760009411b316 Mon Sep 17 00:00:00 2001 From: Jakob Dietrich Date: Fri, 18 Jan 2019 23:33:28 +0100 Subject: [PATCH] Fix pool partition in sysmodule sample Games won't launch with the npdm generated with `pool_partition` being 0. --- templates/sysmodule/sysmodule.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sysmodule/sysmodule.json b/templates/sysmodule/sysmodule.json index e32b4d5..ffdfe7d 100644 --- a/templates/sysmodule/sysmodule.json +++ b/templates/sysmodule/sysmodule.json @@ -8,7 +8,7 @@ "default_cpu_id": 3, "process_category": 0, "is_retail": true, - "pool_partition": 0, + "pool_partition": 2, "is_64_bit": true, "address_space_type": 1, "filesystem_access": {