Deploying to gh-pages from @ hacks-guide/Guide_3DS@0a3aa8b8a1 🚀
This commit is contained in:
parent
7a904c032d
commit
9b05be5543
2 changed files with 6 additions and 6 deletions
|
@ -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) ||
|
||||
|
|
2
feed.xml
2
feed.xml
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-05-27T13:18:21+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-05-27T14:25:44+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
Loading…
Reference in a new issue