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

browserhax: fallback to MSET9 if DS mode is not working

Some devices run into a specific error on exploits that make use of
kernelhaxcode_3ds:
- PrepareArm9ForTwl returned error c8804631!

This was traced down to the agbhax exploit chain, which is used under
the following conditions:
- NATIVE_FIRM
- 11.4 or newer

However, if the "DS Internet" title is broken or missing, the exploit
will fail.

In these cases, fall back to MSET9, which doesn't have any of the above
issues, at the expense of convenience.
This commit is contained in:
lifehackerhansol
2025-06-01 20:57:21 -07:00
parent 0e83f8beee
commit 161cb609f0
3 changed files with 10 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
::: details "PrepareArm9ForTwl returned error c8804631!"
There is an issue with the console's DS mode functionality. Follow [Installing boot9strap (MSET9)](installing-boot9strap-(mset9)) instead.
:::