Deploying to gh-pages from @ hacks-guide/Guide_3DS@2cbad613b1 🚀
This commit is contained in:
parent
ea7a4e2607
commit
14ba6b2982
3 changed files with 6 additions and 6 deletions
|
@ -86,7 +86,7 @@ function can_safecerthax(major, minor, native, region, model) {
|
|||
}
|
||||
|
||||
// super-skaterhax
|
||||
// EUR/JPN: 11.17 only, USA has no working otherapp on 11.17
|
||||
// EUR/JPN/USA: 11.17 only
|
||||
// KOR: 11.16 only, KOR does not have 11.17
|
||||
// CHN/TWN has no N3DS
|
||||
function can_superskaterhax(major, minor, native, region, model) {
|
||||
|
@ -95,7 +95,7 @@ function can_superskaterhax(major, minor, native, region, model) {
|
|||
// N3DS only
|
||||
if(model == 1) {
|
||||
if (major == 11) {
|
||||
if (["E", "J"].includes(region)) {
|
||||
if (["E", "J", "U"].includes(region)) {
|
||||
if (minor == 17) do_redirect = true;
|
||||
// Since this exploit works on latest,
|
||||
// if no other exploit exists for that version, update
|
||||
|
@ -197,8 +197,8 @@ function can_seedminer(major, minor, native, region, model) {
|
|||
- Not implemented in this guide
|
||||
- 11.16 (KOR is O3DS only):
|
||||
- Seedminer
|
||||
- KOR N3DS 11.16, N3DS & 11.17 (EUR / JPN):
|
||||
- super-skaterhax (currently not working on USA)
|
||||
- KOR N3DS 11.16, N3DS & 11.17 (EUR / JPN / USA):
|
||||
- super-skaterhax
|
||||
- O3DS & 11.17:
|
||||
- Unhackable
|
||||
*/
|
||||
|
|
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-29T23:44:18+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-30T13:21:50+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>
|
|
@ -497,7 +497,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
<h3 id="compatibility-notes">Compatibility Notes</h3>
|
||||
|
||||
<p>Super-skaterhax (when used to launch the Homebrew Launcher) is compatible with New models on version 11.16.0 in all regions, and 11.17.0 in the EUR and JPN regions.</p>
|
||||
<p>Super-skaterhax (when used to launch the Homebrew Launcher) is compatible with New models on version 11.16.0 in all regions, and 11.17.0 in the EUR, JPN and USA regions.</p>
|
||||
|
||||
<p class="notice--warning">The instructions provided only apply to the New 3DS, New 3DS XL, and New 2DS XL. Please ensure that the device you are modding is a New 3DS, New 3DS XL, or New 2DS XL before continuing.</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue