From df0494d924ae78c753098a277451debe17896914 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Mon, 12 Jun 2023 21:44:52 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@d416bfcc37c99b1fb5c2006b69c937f70d0f946e=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 | 3 ++- feed.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index ef46ec01dc..2c7fbd5abc 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -132,8 +132,9 @@ function can_miimine(major, minor, native, region, model) { if (model == DEVICE_O3DS) { if (major == 11 && minor == 15) { // KOR and TWN can do normal seedminer + // CHN can't do seedminer at all (no valid exploit after doing so) // All other O3DS must Mii mine - if (region != "K" && region != "T") do_redirect = true; + if (!["C", "K", "T"].includes(region)) do_redirect = true; } } diff --git a/feed.xml b/feed.xml index 493a05ca40..e9f51957eb 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -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 +Jekyll2023-06-12T21:44:35+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file