Skip to content

A plugin to switch between network profiles on the Wii U.

License

Notifications You must be signed in to change notification settings

dkosmari/Network-Switcher

Repository files navigation

Network Switcher

This is an Aroma plugin to switch between network profiles on the Wii U.

Usage

  • 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.

Build instructions

Dependencies:

Steps:

  1. (Skip if you got the source code from a .tar.gz release) ./bootstrap

  2. ./configure --host=powerpc-eabi CXXFLAGS="-Os -ffunction-sections -fipa-pta"

  3. make

  4. (Optional) If the Wii U is named wiiu in the network:

Building with Docker

If you have Docker set up, you can simply run the docker-build.sh script.