1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-28 18:59:50 +02:00

add ssloth+browser for n3ds 11.4-11.13

This commit is contained in:
lily
2020-12-20 13:24:43 -08:00
parent b9938ad02d
commit 2872b9f897
6 changed files with 101 additions and 6 deletions

View File

@@ -149,6 +149,7 @@ $(document).ready(function(){
"installing-boot9strap-(usm)": "20",
"installing-boot9strap-(hbl-usm)": "21",
"installing-boot9strap-(safecerthax)": "22",
"installing-boot9strap-(ssloth-browser)": "23",
};
for(var device in devices){
@@ -213,6 +214,7 @@ $(document).ready(function(){
"19": ["seedminer", "homebrew-launcher-(pichaxx)", "installing-boot9strap-(frogtool)", "finalizing-setup"],
"20": ["seedminer", "installing-boot9strap-(usm)", "finalizing-setup"],
"21": ["homebrew-launcher-(browserhax-2020)", "installing-boot9strap-(hbl-usm)", "finalizing-setup"],
"23": ["installing-boot9strap-(ssloth-browser)", "finalizing-setup"],
};
var route = {
"0": device_old,

File diff suppressed because one or more lines are too long