Skip to content

Commit

Permalink
whops
Browse files Browse the repository at this point in the history
  • Loading branch information
Gruetzig committed Nov 17, 2023
1 parent 6db60fd commit 2915c41
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion assets/js/selecting.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,32 @@ function can_mset9(major, minor, native, region, model) {
}

/*
If <= 11.3 we do Soundhax, if >11.3 we do MSET9. Region and minor version is ignored.
Reality:
Redirects page based on input from user.
Input:
- System version
- O3DS/N3DS
Exploits are compatibility-checked in the following order:
- Soundhax
- 1.0 - 11.3
- All regions
- All models
- SSLoth-Browser
- 11.4 - 11.13 with matching NVer for each version
- USA, JPN, EUR, KOR
- All models
- safecerthax
- 11.4 - 11.14
- All regions
- O3DS only
- MSET9
- 11.4 - 11.17
- All consoles will update to this version
- All regions
- All models
*/
function redirect() {
const major = document.getElementById("major").value;
Expand Down

0 comments on commit 2915c41

Please sign in to comment.