Deploying to gh-pages from @ hacks-guide/Guide_3DS@b8898b77cd 🚀

This commit is contained in:
lifehackerhansol 2023-07-19 03:06:13 +00:00
parent 151c0c68da
commit 71f4c94ba3
2 changed files with 12 additions and 15 deletions

View file

@ -125,8 +125,9 @@ function can_safecerthax(major, minor, native, region, model) {
}
// super-skaterhax
// EUR/JPN/USA: 11.17 only
// KOR: 11.16 only, KOR does not have 11.17 (Do seedminer first though)
// N3DS only
// EUR/JPN/USA: 11.16-11.17
// KOR: 11.16 only, KOR does not have 11.17
// CHN/TWN has no N3DS
function can_superskaterhax(major, minor, native, region, model) {
let do_redirect_sysupdate = false;
@ -134,19 +135,11 @@ function can_superskaterhax(major, minor, native, region, model) {
// N3DS only
if(model == DEVICE_N3DS) {
if (major == 11) {
if (["E", "J", "U"].includes(region)) {
if (minor == 17) do_redirect = true;
if (minor >= 16) do_redirect = true;
// Since this exploit works on latest,
// if no other exploit exists for that version, update
else do_redirect_sysupdate = true;
}
else if(region == "K") {
if (minor == 16) do_redirect = true;
// Since this exploit works on latest,
// if no other exploit exists for that version, update
else do_redirect_sysupdate = true;
}
}
}
if (do_redirect_sysupdate) {
@ -187,6 +180,10 @@ function can_seedminer(major, minor, native, region, model) {
let do_redirect_sysupdate_kor = false;
let do_redirect_twn = false;
let do_redirect = false;
// N3DS has a different, easier exploit.
if (model != DEVICE_O3DS) return false;
// 11.16 should always do seedminer on 3DS
if (major == 11 && minor == 16) {
if (["U", "E", "J", "K"].includes(region)) do_redirect = true;

View file

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-07-19T00:28:52+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-07-19T03:06:00+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>