Commit 161cb60
committed
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.1 parent 0e83f8b commit 161cb60
File tree
3 files changed
+10
-6
lines changed- docs
- _include
3 files changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 90 | | |
97 | 91 | | |
98 | 92 | | |
| |||
101 | 95 | | |
102 | 96 | | |
103 | 97 | | |
| 98 | + | |
| 99 | + | |
104 | 100 | | |
105 | 101 | | |
106 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments