From 81653590b4540ea669802e48e884a6acba7d43f7 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Tue, 23 May 2023 13:58:35 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@9003b9e3b5fb7d54923ebb36f5e0629fa353fe7c=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 | 12 +++--------- feed.xml | 2 +- homebrew-launcher-(super-skaterhax).html | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index 3d858f7301..fc4852ce91 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -89,9 +89,6 @@ function redirect() { else if (major.value == 0) { document.getElementById("result_invalidVersion").style.display = "block"; } - else if (major.value == 11 && minor.value == 17) { - document.getElementById("result_methodUnavailable").style.display = "block"; - } // only do things if major isnt 0, which would be invalid else { // USA/EUR/JPN things @@ -107,16 +104,13 @@ function redirect() { else if (minor.value < 15 && isO3DS) { window.location.href = "installing-boot9strap-(safecerthax)"; } - // new browserhax for latest version - /* - else if (isN3DS) { - window.location.href = "homebrew-launcher-(super-skaterhax)"; - } - */ // seedminer does still work for the latest version on E/U/J/K/T/C, but can only be chained on E/U/J/K/T else if (major.value == 11 && minor.value == 16) { window.location.href = "seedminer"; } + else if (major.value == 11 && minor.value == 17 && isN3DS && region.value != "U") { + window.location.href = "homebrew-launcher-(super-skaterhax)"; + } else { document.getElementById("result_methodUnavailable").style.display = "block"; } diff --git a/feed.xml b/feed.xml index 0135a5cedc..2bfcd173a7 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-05-23T10:56:38+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file +Jekyll2023-05-23T13:58:22+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file diff --git a/homebrew-launcher-(super-skaterhax).html b/homebrew-launcher-(super-skaterhax).html index 5712b45d93..4249eda47d 100644 --- a/homebrew-launcher-(super-skaterhax).html +++ b/homebrew-launcher-(super-skaterhax).html @@ -473,7 +473,7 @@ window.cookieconsent.initialise({

Compatibility Notes

-

Super-skaterhax (when used to launch the Homebrew Launcher) is compatible with New models on version 11.16.0 in all regions except TWN/CHN.

+

Super-skaterhax (when used to launch the Homebrew Launcher) is compatible with New models on version 11.16.0 in all regions, and 11.17.0 in the EUR and JPN regions.

The instructions provided only apply to the New 3DS, New 3DS XL, and New 2DS XL. Please ensure that the device you are modding is a New 3DS, New 3DS XL, or New 2DS XL before continuing.