cios-mini: direct users to wnd-mini

Update sidebar accordingly, also blacklist "cios"
This commit is contained in:
lifehackerhansol 2023-10-03 16:34:59 -07:00
parent e41355d482
commit 035ae8aff0
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E
4 changed files with 21 additions and 6 deletions

View file

@ -71,3 +71,12 @@ sidebar_pages:
-
title: Open Shop Channel
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

View file

@ -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.
1. When the process is complete, exit the installer.
[Continue to making a NAND Backup using RealWnd](wnd-mini)
{: .notice--info}
#### Enabling Ethernet

View file

@ -180,7 +180,7 @@ $(document).ready(function() {
/* hacks-guide change start: add progress table */
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",
"recovery-mode", "riiconnect24", "riivolution", "rssmii", "site-navigation",
"syscheck", "themes-vwii", "themes", "update", "usb-loaders", "wiibackupmanager",
@ -211,7 +211,9 @@ $(document).ready(function() {
"hbc-mini": "6",
"bootmii": "7",
"priiloader": "8",
"osc": "9"
"osc": "9",
"cios-mini": "10",
"wnd-mini": "11"
};
for(var device in devices){
@ -260,9 +262,11 @@ $(document).ready(function() {
});
var device_mini = Object.assign({}, device_common,{
// custom routing here
"6": ["bluebomb", "hbc-mini", "priiloader", "osc"],
"8": ["bluebomb", "hbc-mini", "priiloader", "osc"],
"9": ["bluebomb", "hbc-mini", "priiloader", "osc"]
"6": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"],
"8": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"],
"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 = {
"-1": device_common,

File diff suppressed because one or more lines are too long