1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-25 17:43:07 +02:00

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

This commit is contained in:
lilyuwuu
2024-03-29 03:20:50 +00:00
parent cf7268fe82
commit 47a3010d78
2 changed files with 5 additions and 5 deletions

View File

@@ -122,15 +122,15 @@ function can_safecerthax(major, minor, native, region, model) {
// super-skaterhax // super-skaterhax
// N3DS only // N3DS only
// EUR/JPN/USA: 11.16-11.17 // EUR/JPN/USA: 11.15-11.17
// KOR: 11.16 only, KOR does not have 11.17 // KOR: 11.15-11.16 only, KOR does not have 11.17
// CHN/TWN has no N3DS // CHN/TWN has no N3DS
function can_superskaterhax(major, minor, native, region, model) { function can_superskaterhax(major, minor, native, region, model) {
let do_redirect = false; let do_redirect = false;
// N3DS only // N3DS only
if(model == DEVICE_N3DS) { if(model == DEVICE_N3DS) {
if (major == 11) { if (major == 11) {
if (minor >= 16) do_redirect = true; if (minor >= 15) do_redirect = true;
} }
} }
@@ -176,7 +176,7 @@ function can_mset9(major, minor, native, region, model) {
- All regions - All regions
- O3DS only - O3DS only
- super-skaterhax - super-skaterhax
- 11.16 - 11.17 - 11.15 - 11.17
- USA / EUR / JPN / KOR - USA / EUR / JPN / KOR
- N3DS only - N3DS only
- MSET9 - MSET9

View File

@@ -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.3">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>2024-03-24T03:29:43+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.3">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>2024-03-29T03:20:41+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>