1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-29 11:19:56 +02:00

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

This commit is contained in:
lifehackerhansol
2023-06-12 21:44:52 +00:00
parent 9d9a52aba9
commit df0494d924
2 changed files with 3 additions and 2 deletions

View File

@@ -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;
}
}