Skip to content

Commit

Permalink
get-started: make 11.15 KOR N3DS also go to seedminer
Browse files Browse the repository at this point in the history
Frogtool doesn't run on KOR right now, so have users do seedminer and
hope their DS mode isn't broken.
  • Loading branch information
lifehackerhansol committed Jul 13, 2023
1 parent 654374a commit 401c681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/selecting.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 401c681

Please sign in to comment.