From 6fc6f9c58066ea51d2a5ae47584d3371337d1e8b Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Mon, 9 Oct 2023 18:15:03 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@c85b1479424f49f10f57c78416394d28b6b78f9a=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/selecting.js | 7 ++----- feed.xml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index da087c46ae..3d78ecdaa8 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -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; } diff --git a/feed.xml b/feed.xml index da4fe812fd..eec6989432 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-10-09T18:11:14+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file +Jekyll2023-10-09T18:14:43+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file