Skip to content

Commit 344b1d6

Browse files
committedMar 10, 2025·
[TEMP] Remove skaterhax from guide path
At time of commit skaterhax is nonfunctional due to server-side cert changes.
1 parent 241a532 commit 344b1d6

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed
 

‎docs/public/assets/js/selecting.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -87,24 +87,12 @@ function can_safecerthax(major, minor, native, region, model) {
8787
return false;
8888
}
8989

90-
// super-skaterhax
90+
// super-skaterhax (stubbed due to cert changes)
9191
// N3DS only
9292
// EUR/JPN/USA: 11.15-11.17
9393
// KOR: 11.15-11.16 only, KOR does not have 11.17
9494
// CHN/TWN has no N3DS
9595
function can_superskaterhax(major, minor, native, region, model) {
96-
let do_redirect = false;
97-
// N3DS only
98-
if(model == DEVICE_N3DS) {
99-
if (major == 11) {
100-
if (minor >= 15) do_redirect = true;
101-
}
102-
}
103-
104-
if (do_redirect) {
105-
window.location.href = "installing-boot9strap-(super-skaterhax)";
106-
return true;
107-
}
10896
return false;
10997
}
11098

@@ -142,7 +130,7 @@ function can_mset9(major, minor, native, region, model) {
142130
- 11.4 - 11.14
143131
- All regions
144132
- O3DS only
145-
- super-skaterhax
133+
- super-skaterhax (stubbed)
146134
- 11.15 - 11.17
147135
- USA / EUR / JPN / KOR
148136
- N3DS only

0 commit comments

Comments
 (0)
Please sign in to comment.