This is an Aroma plugin to switch between network profiles on the Wii U.
-
Open the Wii U Plugin System Config Menu (press L + 🡓 + SELECT)
-
Enter the Network Switcher settings.
-
Select the network profile you want to use and press A.
Note: this change is temporary. The Wii U will always try to use the default profile when it boots up.
In addition, you can also change:
-
The default Wii U network profile.
-
The vWii network profile.
Dependencies:
-
devkitPPC
-
wut
Steps:
-
(Skip if you got the source code from a
.tar.gz
release)./bootstrap
-
./configure --host=powerpc-eabi CXXFLAGS="-Os -ffunction-sections -fipa-pta"
-
make
-
(Optional) If the Wii U is named
wiiu
in the network:-
make run
if the wiiload plugin is enabled. -
make install
ormake uninstall
if the ftpiiu plugin is enabled.
-
If you have Docker set up, you can simply run the docker-build.sh
script.