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