Skip to content

Commit

Permalink
Set debug flags properly for Atmosphère 1.8.0+
Browse files Browse the repository at this point in the history
This makes the generated `.nsp` file work on Atmosphère 1.8.0+

More details: TooTallNate/switch-tools#15

Mirrors: switchbrew/nx-hbloader@8f5a425
  • Loading branch information
TooTallNate committed Dec 29, 2024
1 parent bd1941b commit ebcf4bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/poor-feet-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nx.js/nsp": patch
---

Set debug flags properly for FW 19+
3 changes: 2 additions & 1 deletion npdm.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
{
"type": "debug_flags",
"value": {
"allow_debug": true,
"allow_debug": false,
"force_debug_prod": false,
"force_debug": true
}
}
Expand Down

0 comments on commit ebcf4bc

Please sign in to comment.