1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-03 05:22:40 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@401c681a0c 🚀

This commit is contained in:
lifehackerhansol
2023-07-13 04:14:21 +00:00
parent 2495d76413
commit 18ba44206a
2 changed files with 3 additions and 3 deletions

View File

@@ -156,8 +156,8 @@ function can_seedminer(major, minor, native, region, model) {
if (["U", "E", "J", "K"].includes(region)) do_redirect = true;
else if (region == "T") do_redirect_twn = true;
}
// KOR O3DS on any version should update to 11.16
else if (model == DEVICE_O3DS && region == "K") do_redirect_sysupdate_kor = true;
// KOR on any version should update to 11.16
else if (region == "K") do_redirect_sysupdate_kor = true;
// TWN on any version should update to 11.16
else if (region == "T") do_redirect_sysupdate_twn = true;