-
Notifications
You must be signed in to change notification settings - Fork 66
fix(riiconnect24-dolphin): update #289
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Elijah Conners <[email protected]>
Thanks, we haven't gotten to this yet, but... We're gonna update the patcher with the WADs necessary that have the URL and such patched into them. We then can use this as a base I guess. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Honestly, it might just be a better idea to scrap the rc24 dolphin page as a whole, and redo the main rc24 page just with how to install the WADs, because all this is just a Dolphin installation tutorial, which IMO isn't what this page is for.
{: .notice--info} | ||
|
||
1. Download the latest Dolphin beta version, but **not a stable version as these are very outdated!** | ||
1. Download the latest Dolphin development version, but **not a stable or beta version as these are very outdated!** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is false for the most part, as beta versions are updated about every month or 2. Since this change was just merged so once that makes it here this change is irrevelant.
document.getElementById(tabName).style.display = "block"; | ||
evt.currentTarget.className = evt.currentTarget.className.replace("btn--info", "btn--primary"); | ||
} | ||
RiiConnect24, as of version 5.0-16718, is built into Dolphin. However, with some WADs, you may need to use the RiiConnect24 Patcher (select Wii instead of Dolphin). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is in the plans, but not actually implemented yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The wording is not correct as RiiConnect24 is not built-in to Dolphin. Rather, WiiConnect24 is built-in.
Just to make it clear if I understood correctly, are you suggesting something like this: |
Either that, or one of those things where you press the button for different instructions based on the loader/OS/console like in cIOS or the current version of riiconnect24-dolphin. |
I will rewrite the Dolphin page when I will release an update for the RC24 Patcher adding support for Dolphin installation. |
Signed-off-by: Elijah Conners [email protected]