Skip to content

Commit

Permalink
Add support for firmware 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeadly committed Oct 13, 2023
1 parent de07f42 commit 38c9879
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 18 deletions.
20 changes: 6 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,12 @@ body:
label: Switch Firmware Version
description: Which Nintendo Switch firmware (HOS) version are you running?
options:
- 16.1.0 (Latest)
- 17.0.0 (Latest)
- 16.1.0
- 16.0.3
- 16.0.2
- 16.0.1
- 16.0.0
- 15.0.1
- 15.0.0
- 14.1.2
- 14.1.1
- 14.1.0
- 14.0.0
- Other (please specify in issue description)
validations:
required: true
Expand All @@ -32,14 +27,13 @@ body:
label: Atmosphère Version
description: Which version of Atmosphère are you using?
options:
- 1.5.5 (Latest)
- 1.6.0 (Latest)
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- Other (please specify in issue description)
validations:
required: true
Expand All @@ -49,14 +43,12 @@ body:
label: Mission Control Version
description: Which version of Mission Control are you using?
options:
- 0.9.4 (Latest)
- 0.10.0 (Latest)
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.0
- 0.7.1
- 0.7.0
- Other (please specify in issue description)
validations:
required: true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Use controllers from other consoles natively on your Nintendo Switch via Bluetoo
Download the [latest release](https://github.com/ndeadly/MissionControl/releases) .zip and extract to the root of your SD card, allowing the folders to merge and overwriting any existing files. Reboot your console to activate the module and you're done!

***IMPORTANT:
Atmosphère >= 1.5.5 is required to run the latest release of Mission Control on firmware 16.1.0+. Using an older Atmosphère version will cause Mission Control to crash or freeze the system on boot.***
Atmosphère >= 1.6.0 is required to run the latest release of Mission Control on firmware 17.0.0+. Using an older Atmosphère version will cause Mission Control to crash or freeze the system on boot.***

### Usage

Expand Down Expand Up @@ -304,7 +304,7 @@ cd lib/libnx
make && make install
```

Next build `libstratosphere`
Next build `libstratosphere`. If you encounter any build errors, you may be missing required dependencies (refer to https://github.com/Atmosphere-NX/Atmosphere/blob/master/docs/building.md)
```
cd ../Atmosphere-libs/libstratosphere
make
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/Atmosphere-libs
Submodule Atmosphere-libs updated 100 files

0 comments on commit 38c9879

Please sign in to comment.