1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-28 10:49:58 +02:00

nav: hbl-usm

did it work? i guess we will find out
This commit is contained in:
Lily
2022-09-10 14:48:42 -07:00
parent 8571ba3832
commit a7847d8452
3 changed files with 11 additions and 6 deletions

View File

@@ -212,8 +212,9 @@ $(document).ready(function() {
"installing-boot9strap-(fredtool)": "9",
"bannerbomb3": "10",
"installing-boot9strap-(usm)": "11",
"installing-boot9strap-(pichaxx)": "12",
"homebrew-launcher-(pichaxx)": "12",
"installing-boot9strap-(kartdlphax)": "13",
"bannerbomb3-fredtool-(twn)": "14",
};
for(var device in devices){
@@ -257,7 +258,7 @@ $(document).ready(function() {
"9": ["seedminer", "multiple-options", "installing-boot9strap-(fredtool)", "finalizing-setup"],
"10": ["seedminer", "bannerbomb3", "installing-boot9strap-(fredtool)", "finalizing-setup"],
"11": ["seedminer", "installing-boot9strap-(usm)", "finalizing-setup"],
"12": ["seedminer", "installing-boot9strap-(pichaxx)", "finalizing-setup"],
"12": ["seedminer", "homebrew-launcher-(pichaxx)", "installing-boot9strap-(hbl-usm)", "finalizing-setup"],
"13": ["installing-boot9strap-(kartdlphax)", "finalizing-setup"],
"14": ["seedminer", "bannerbomb3-fredtool-(twn)", "finalizing-setup"],
}