1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-27 02:14:50 +02:00

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

This commit is contained in:
lifehackerhansol
2023-05-27 14:25:59 +00:00
parent 7a904c032d
commit 9b05be5543
2 changed files with 6 additions and 6 deletions

View File

@@ -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) ||