From 9b05be5543293721548c0603bb34f20dedaae362 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sat, 27 May 2023 14:25:59 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@0a3aa8b8a173d8d23c49fda23ff7a98cebe26cf7=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 | 10 +++++----- feed.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index db0f586133..6203916800 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -45,11 +45,11 @@ function can_ssloth(major, minor, native, region, model) { } else if (region == "K") { if ( - (!model && minor == 4 && native == 33) || - (!model && minor == 5 && native == 34) || - (!model && minor == 6 && native == 35) || - (!model && minor == 7 && native == 35) || - (!model && minor == 8 && native == 35) || + (model && minor == 4 && native == 33) || + (model && minor == 5 && native == 34) || + (model && minor == 6 && native == 35) || + (model && minor == 7 && native == 35) || + (model && minor == 8 && native == 35) || (minor == 9 && native == 36) || (minor == 10 && native == 37) || (minor == 12 && native == 38) || diff --git a/feed.xml b/feed.xml index 880062afeb..48aa952c6b 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-05-27T13:18:21+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file +Jekyll2023-05-27T14:25:44+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file