Deploying to gh-pages from @ hacks-guide/Guide_3DS@c85b147942 🚀
This commit is contained in:
parent
0e411f1a7d
commit
6fc6f9c580
2 changed files with 3 additions and 6 deletions
|
@ -203,17 +203,14 @@ function can_mset9(major, minor, native, region, model) {
|
|||
let do_redirect_sysupdate = false;
|
||||
let do_redirect = false;
|
||||
|
||||
// The guide currently doesn't support N3DS for this exploit
|
||||
if (model != DEVICE_O3DS) return false;
|
||||
|
||||
// Exploit supports 11.4 or later
|
||||
// Update consoles that aren't there yet
|
||||
if(!(major == 11 && minor >= 4)) {
|
||||
if(model == DEVICE_O3DS && !(major == 11 && minor >= 4)) {
|
||||
do_redirect_sysupdate = true;
|
||||
}
|
||||
else do_redirect = true;
|
||||
|
||||
if (do_redirect_sysupdate) {
|
||||
if (do_redirect_sysupdate && model == DEVICE_O3DS) {
|
||||
window.location.href = "updating-firmware-(old-3ds)";
|
||||
return true;
|
||||
}
|
||||
|
|
2
feed.xml
2
feed.xml
|
@ -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-10-09T18:11:14+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-10-09T18:14:43+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>
|
Loading…
Reference in a new issue