mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-22 04:13:07 +00:00
Add support for firmware 19.0.0
This commit is contained in:
parent
6ce89a7f54
commit
a3fa9e7294
6 changed files with 9 additions and 22 deletions
25
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
25
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -12,16 +12,12 @@ body:
|
||||||
label: Switch Firmware Version
|
label: Switch Firmware Version
|
||||||
description: Which Nintendo Switch firmware (HOS) version are you running?
|
description: Which Nintendo Switch firmware (HOS) version are you running?
|
||||||
options:
|
options:
|
||||||
- 18.1.0 (Latest)
|
- 19.0.0 (Latest)
|
||||||
|
- 18.1.0
|
||||||
- 18.0.1
|
- 18.0.1
|
||||||
- 18.0.0
|
- 18.0.0
|
||||||
- 17.0.1
|
- 17.0.1
|
||||||
- 17.0.0
|
- 17.0.0
|
||||||
- 16.1.0
|
|
||||||
- 16.0.3
|
|
||||||
- 16.0.2
|
|
||||||
- 16.0.1
|
|
||||||
- 16.0.0
|
|
||||||
- Other (please specify in issue description)
|
- Other (please specify in issue description)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -31,17 +27,12 @@ body:
|
||||||
label: Atmosphère Version
|
label: Atmosphère Version
|
||||||
description: Which version of Atmosphère are you using?
|
description: Which version of Atmosphère are you using?
|
||||||
options:
|
options:
|
||||||
- 1.7.1 (Latest)
|
- 1.8.0 (Latest)
|
||||||
|
- 1.7.1
|
||||||
- 1.7.0
|
- 1.7.0
|
||||||
- 1.6.2
|
- 1.6.2
|
||||||
- 1.6.1
|
- 1.6.1
|
||||||
- 1.6.0
|
- 1.6.0
|
||||||
- 1.5.5
|
|
||||||
- 1.5.4
|
|
||||||
- 1.5.3
|
|
||||||
- 1.5.2
|
|
||||||
- 1.5.1
|
|
||||||
- 1.5.0
|
|
||||||
- Other (please specify in issue description)
|
- Other (please specify in issue description)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -51,14 +42,10 @@ body:
|
||||||
label: Mission Control Version
|
label: Mission Control Version
|
||||||
description: Which version of Mission Control are you using?
|
description: Which version of Mission Control are you using?
|
||||||
options:
|
options:
|
||||||
- 0.11.1 (Latest)
|
- 0.12.0 (Latest)
|
||||||
|
- 0.11.1
|
||||||
- 0.11.0
|
- 0.11.0
|
||||||
- 0.10.0
|
- 0.10.0
|
||||||
- 0.9.4
|
|
||||||
- 0.9.3
|
|
||||||
- 0.9.2
|
|
||||||
- 0.9.1
|
|
||||||
- 0.9.0
|
|
||||||
- Other (please specify in issue description)
|
- Other (please specify in issue description)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -86,7 +86,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!
|
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:
|
***IMPORTANT:
|
||||||
Atmosphère >= 1.7.1 is required to run the latest release of Mission Control on firmware 18.1.0. Using an older Atmosphère version will cause Mission Control to crash or freeze the system on boot.***
|
Atmosphère >= 1.8.0 is required to run the latest release of Mission Control on firmware 19.0.0. Using an older Atmosphère version will cause Mission Control to crash or freeze the system on boot.***
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
||||||
Subproject commit bb767869105d0eb5c38425f54bf20614639a078d
|
Subproject commit 989fb7be0c68bf229fe6789428b6c448b6de142a
|
|
@ -1 +1 @@
|
||||||
Subproject commit c769852631bc38d49a2576587bef26bc834a42e4
|
Subproject commit a6924f2740be3107f59c3722af0a5f6c4b9e67f9
|
Loading…
Reference in a new issue