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