cios-mini: direct users to wnd-mini
Update sidebar accordingly, also blacklist "cios"
This commit is contained in:
parent
e41355d482
commit
035ae8aff0
4 changed files with 21 additions and 6 deletions
|
@ -71,3 +71,12 @@ sidebar_pages:
|
||||||
-
|
-
|
||||||
title: Open Shop Channel
|
title: Open Shop Channel
|
||||||
url: osc
|
url: osc
|
||||||
|
-
|
||||||
|
title: d2xl cIOS for Wii mini (experimental)
|
||||||
|
url: cios-mini
|
||||||
|
-
|
||||||
|
title: d2xl cIOS for Wii mini (experimental)
|
||||||
|
url: cios-mini
|
||||||
|
-
|
||||||
|
title: Wii mini NAND Dumper
|
||||||
|
url: wnd-mini
|
||||||
|
|
|
@ -53,6 +53,8 @@ This d2x cIOS installer was originally developed for the Wii U's vWii by DaveBao
|
||||||
+ If the install fails with a `TMD version mismatch` error, press left or right on the +Control Pad over the `Select cIOS base` option until the version number is different than the one you tried before. The number 57 will not change.
|
+ If the install fails with a `TMD version mismatch` error, press left or right on the +Control Pad over the `Select cIOS base` option until the version number is different than the one you tried before. The number 57 will not change.
|
||||||
1. When the process is complete, exit the installer.
|
1. When the process is complete, exit the installer.
|
||||||
|
|
||||||
|
[Continue to making a NAND Backup using RealWnd](wnd-mini)
|
||||||
|
{: .notice--info}
|
||||||
|
|
||||||
#### Enabling Ethernet
|
#### Enabling Ethernet
|
||||||
|
|
||||||
|
|
|
@ -180,7 +180,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
/* hacks-guide change start: add progress table */
|
/* hacks-guide change start: add progress table */
|
||||||
var sidebar_shown = true;
|
var sidebar_shown = true;
|
||||||
var sidebar_hidden_pages = ["404", "bootmiirecover", "bricks", "donations", "dump-games", "dump-wads", "faq",
|
var sidebar_hidden_pages = ["404", "bootmiirecover", "bricks", "cios", "donations", "dump-games", "dump-wads", "faq",
|
||||||
"gcbackupmanager", "gcsaves", "hackmii", "homebrew-dolphin", "modmii", "nintendont",
|
"gcbackupmanager", "gcsaves", "hackmii", "homebrew-dolphin", "modmii", "nintendont",
|
||||||
"recovery-mode", "riiconnect24", "riivolution", "rssmii", "site-navigation",
|
"recovery-mode", "riiconnect24", "riivolution", "rssmii", "site-navigation",
|
||||||
"syscheck", "themes-vwii", "themes", "update", "usb-loaders", "wiibackupmanager",
|
"syscheck", "themes-vwii", "themes", "update", "usb-loaders", "wiibackupmanager",
|
||||||
|
@ -211,7 +211,9 @@ $(document).ready(function() {
|
||||||
"hbc-mini": "6",
|
"hbc-mini": "6",
|
||||||
"bootmii": "7",
|
"bootmii": "7",
|
||||||
"priiloader": "8",
|
"priiloader": "8",
|
||||||
"osc": "9"
|
"osc": "9",
|
||||||
|
"cios-mini": "10",
|
||||||
|
"wnd-mini": "11"
|
||||||
};
|
};
|
||||||
|
|
||||||
for(var device in devices){
|
for(var device in devices){
|
||||||
|
@ -260,9 +262,11 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
var device_mini = Object.assign({}, device_common,{
|
var device_mini = Object.assign({}, device_common,{
|
||||||
// custom routing here
|
// custom routing here
|
||||||
"6": ["bluebomb", "hbc-mini", "priiloader", "osc"],
|
"6": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"],
|
||||||
"8": ["bluebomb", "hbc-mini", "priiloader", "osc"],
|
"8": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"],
|
||||||
"9": ["bluebomb", "hbc-mini", "priiloader", "osc"]
|
"9": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"],
|
||||||
|
"10": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"],
|
||||||
|
"11": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"]
|
||||||
});
|
});
|
||||||
var route = {
|
var route = {
|
||||||
"-1": device_common,
|
"-1": device_common,
|
||||||
|
|
2
assets/js/main.min.js
vendored
2
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue