From ebcf4bc289c9befe03118f1ee444ad101fb1f6a5 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Sun, 29 Dec 2024 12:25:03 -0800 Subject: [PATCH] =?UTF-8?q?Set=20debug=20flags=20properly=20for=20Atmosph?= =?UTF-8?q?=C3=A8re=201.8.0+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes the generated `.nsp` file work on Atmosphère 1.8.0+ More details: https://github.com/TooTallNate/switch-tools/pull/15 Mirrors: https://github.com/switchbrew/nx-hbloader/commit/8f5a425e6e9889d588a408eff527cbec7811d6f3 --- .changeset/poor-feet-hunt.md | 5 +++++ npdm.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/poor-feet-hunt.md diff --git a/.changeset/poor-feet-hunt.md b/.changeset/poor-feet-hunt.md new file mode 100644 index 00000000..b73d5027 --- /dev/null +++ b/.changeset/poor-feet-hunt.md @@ -0,0 +1,5 @@ +--- +"@nx.js/nsp": patch +--- + +Set debug flags properly for FW 19+ diff --git a/npdm.json b/npdm.json index b5452417..63351838 100644 --- a/npdm.json +++ b/npdm.json @@ -154,7 +154,8 @@ { "type": "debug_flags", "value": { - "allow_debug": true, + "allow_debug": false, + "force_debug_prod": false, "force_debug": true } }