From 9d9a52aba9495139423ce2b3e4a276e80ad38197 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Mon, 12 Jun 2023 09:44:33 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@0750fb7936ad8cec9b9e2a68354b0bbdc4674deb=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 | 5 +++++ feed.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index 41fcfcd4f0..ef46ec01dc 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -243,6 +243,11 @@ function redirect() { if(isO3DS) model = DEVICE_O3DS else if(isN3DS) model = DEVICE_N3DS; + if (model == DEVICE_N3DS && ["C", "T"].includes(region.value)) { + document.getElementById("result_invalidVersion").style.display = "block"; + return; + } + let redirected = [ can_soundhax, can_ssloth, diff --git a/feed.xml b/feed.xml index eebea56d80..493a05ca40 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-06-12T03:41:33+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file +Jekyll2023-06-12T09:44:20+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file