thx gbatemp, you did something useful for once :P
uses that super pre-alpha fasthax + safehax thing also add the warning about game carts
This commit is contained in:
parent
7908af2980
commit
7f04d37639
3 changed files with 5 additions and 24 deletions
|
@ -3,30 +3,21 @@ title: "Decrypt9 (Homebrew Launcher)"
|
|||
permalink: /decrypt9-(homebrew-launcher).html
|
||||
---
|
||||
|
||||
If you are between 11.0.0 and 11.1.0, be prepared to wait 20 minutes (New 3DS) to an hour (Old 3DS). They must use waithax, which is named that way for a reason.
|
||||
Due to a bug, safehax currently requires a functioning cartridge of some kind (3ds, nds, flashcart, etc) to be inserted in order to complete successfully. As a temporary workaround, users less than or equal to 9.2.0 who do not own any cartridges can copy `Decrypt9WIP.3dsx` to `/3ds/` and run it directly without any hax.
|
||||
{: .notice--info}
|
||||
|
||||
#### What you need
|
||||
|
||||
* The latest release of [Decrypt9WIP](https://github.com/d0k3/Decrypt9WIP/releases/latest/)
|
||||
* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest/)
|
||||
* The latest build of [svchax](images/svchax.3dsx)
|
||||
* The latest fork of [waithax](https://github.com/TiniVi/waithax/releases/latest)
|
||||
* The latest fork of [safehax+fasthax](https://gbatemp.net/attachments/safehax-fasthax-cb6a1bc-zip.73592/)
|
||||
|
||||
#### Instructions
|
||||
|
||||
2. Create a folder named `files9` on the root of your SD card if it does not already exist
|
||||
3. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card
|
||||
4. Copy `safehax.smdh` to the `/3ds/` folder on your SD card
|
||||
4. Copy `waithax.3dsx` to the `/3ds/` folder on your SD card
|
||||
5. Copy `svchax.3dsx` to the `/3ds/` folder on your SD card
|
||||
3. Copy and merge the contents of the safehax+fasthax `.zip` to root of your SD card, overwrite existing files
|
||||
3. Copy `Decrypt9WIP.bin` from the Decrypt9WIP `.zip` to the root of your SD card and rename `Decrypt9WIP.bin` to `arm9.bin`
|
||||
3. Reinsert your SD card into your 3DS
|
||||
4. Enter the homebrew launcher
|
||||
5. Get kernel11 access
|
||||
+ If you are below version 11.0.0 or did an NFIRM downgrade earlier, do that by launching svchax *(should finish almost instantly; may take many tries)*
|
||||
+ If you are between 11.0.0 and 11.1.0, do that by launching waithax *(should take between 20 minutes and an hour; this depends on device)*
|
||||
6. Exit the kernel11 exploit (either svchax or waithax)
|
||||
4. Launch safehax
|
||||
4. If the exploit was successful, you will have booted into Decrypt9
|
||||
|
||||
|
|
|
@ -42,13 +42,8 @@ The device version can be found at the bottom right of the top screen of the Sys
|
|||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center">9.0.0</td>
|
||||
<td style="text-align: center">11.1.0</td>
|
||||
<td style="text-align: center">11.2.0</td>
|
||||
<td style="text-align: center" colspan="2"><a href="homebrew-launcher-(soundhax)">Homebrew Launcher (SoundHax)</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center">11.2.0</td>
|
||||
<td style="text-align: center">11.2.0</td>
|
||||
<td style="text-align: center" colspan="2"><a href="nfirm-downgrade">NFIRM Downgrade</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -78,13 +78,8 @@ The device version can be found at the bottom right of the top screen of the Sys
|
|||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center">9.0.0</td>
|
||||
<td style="text-align: center">11.1.0</td>
|
||||
<td style="text-align: center">11.2.0</td>
|
||||
<td style="text-align: center" colspan="2"><a href="homebrew-launcher-(soundhax)">Homebrew Launcher (SoundHax)</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center">11.2.0</td>
|
||||
<td style="text-align: center">11.2.0</td>
|
||||
<td style="text-align: center" colspan="2"><a href="nfirm-downgrade">NFIRM Downgrade</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue