Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated gamecard firmware to more accurately display which versions will update the gamecard firmware #226

Merged
merged 3 commits into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/extras/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ In addition, updating to or past some firmwares update the gamecard firmware. Re
| ------------------------------------ | --------------------------------------------- | ------------------------- |
| Below 4.0.0 | Below 4.0.0 | No |
| Below 4.0.0 | 4.0.0 or above | Yes |
| On or above 4.0.0, but below 9.0.0 | At least 4.1.0 but below 9.0.0 | No |
| On or above 4.0.0, but below 9.0.0 | At least 4.0.1 but below 9.0.0 | No |
| On or above 4.0.0, but below 9.0.0 | 9.0.0 or above | Yes |
| On or above 9.0.0, but below 11.0.0 | At least 9.1.0 but below 11.0.0 | No |
| On or above 9.0.0, but below 11.0.0 | At least 9.0.1 but below 11.0.0 | No |
| On or above 9.0.0, but below 11.0.0 | 11.0.0 or above | Yes |
| On or above 11.0.0 but below 12.0.0 | At least 11.0.1 but below 12.0.0 | No |
| On or above 11.0.0 but below 12.0.0 | 12.0.0 or above | Yes |
| On or above 12.0.0 | Latest supported Atmosphère & Hekate revision | No |
| On or above 12.0.0 but below 14.0.0 | At least 12.0.1 but below 13.2.1 | No |
| On or above 12.0.0 but below 14.0.0 | 14.0.0 or above | Yes |
| On or above 14.0.0 | Latest supported Atmosphère & Hekate revision | No |

If at least one of the versions you are updating towards also updates the gamecard firmware, you will not be able to downgrade below that version without making the gamecard slot unusable until you update.

Expand Down
Loading