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

@@ -79,6 +79,9 @@ sidebar_pages:
- -
title: Flashing ntrboot (NDS) title: Flashing ntrboot (NDS)
url: flashing-ntrboot-(nds) url: flashing-ntrboot-(nds)
-
title: Homebrew Launcher (PicHaxx)
url: homebrew-launcher-(pichaxx)
- -
title: Homebrew Launcher (Soundhax) title: Homebrew Launcher (Soundhax)
url: homebrew-launcher-(soundhax) url: homebrew-launcher-(soundhax)
@@ -103,12 +106,12 @@ sidebar_pages:
- -
title: Installing boot9strap (USM) title: Installing boot9strap (USM)
url: installing-boot9strap-(usm) url: installing-boot9strap-(usm)
-
title: Installing boot9strap (PicHaxx)
url: installing-boot9strap-(pichaxx)
- -
title: Installing boot9strap (kartdlphax) title: Installing boot9strap (kartdlphax)
url: installing-boot9strap-(kartdlphax) url: installing-boot9strap-(kartdlphax)
-
title: Installing boot9strap (HBL-USM)
url: installing-boot9strap-(hbl-usm)
- -
title: Finalizing Setup title: Finalizing Setup
url: finalizing-setup url: finalizing-setup

View File

@@ -42,11 +42,12 @@ sitemap: false
+ [H2testw (Windows)](h2testw-(windows)) + [H2testw (Windows)](h2testw-(windows))
+ [Home](/) + [Home](/)
+ [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax))
+ [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx))
+ [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool))
+ [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod))
+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm))
* [Installing boot9strap (kartdlphax)](installing-boot9strap-(kartdlphax)) * [Installing boot9strap (kartdlphax)](installing-boot9strap-(kartdlphax))
+ [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
+ [Installing boot9strap (PicHaxx)](installing-boot9strap-(pichaxx))
+ [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller))
+ [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax))
+ [Installing boot9strap (USM)](installing-boot9strap-(usm)) + [Installing boot9strap (USM)](installing-boot9strap-(usm))

View File

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