From 47a3010d78f95584023fc9b388837b568d38d77c Mon Sep 17 00:00:00 2001 From: lilyuwuu Date: Fri, 29 Mar 2024 03:20:50 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@29c68d04fa57780be19232019e83ae5e2216509f=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 | 8 ++++---- feed.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index e08b454a27..6d8d66409e 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -122,15 +122,15 @@ function can_safecerthax(major, minor, native, region, model) { // super-skaterhax // N3DS only -// EUR/JPN/USA: 11.16-11.17 -// KOR: 11.16 only, KOR does not have 11.17 +// EUR/JPN/USA: 11.15-11.17 +// KOR: 11.15-11.16 only, KOR does not have 11.17 // CHN/TWN has no N3DS function can_superskaterhax(major, minor, native, region, model) { let do_redirect = false; // N3DS only if(model == DEVICE_N3DS) { if (major == 11) { - if (minor >= 16) do_redirect = true; + if (minor >= 15) do_redirect = true; } } @@ -176,7 +176,7 @@ function can_mset9(major, minor, native, region, model) { - All regions - O3DS only - super-skaterhax - - 11.16 - 11.17 + - 11.15 - 11.17 - USA / EUR / JPN / KOR - N3DS only - MSET9 diff --git a/feed.xml b/feed.xml index 4825e36f6c..324a1b8a01 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2024-03-24T03:29:43+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file +Jekyll2024-03-29T03:20:41+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file