https://github.com/dkosmari/network-switcher
A plugin to switch between network profiles on the Wii U.
https://github.com/dkosmari/network-switcher
wiiu wiiu-homebrew wiiu-plugin
Last synced: 3 months ago
JSON representation
A plugin to switch between network profiles on the Wii U.
- Host: GitHub
- URL: https://github.com/dkosmari/network-switcher
- Owner: dkosmari
- License: gpl-3.0
- Created: 2024-09-27T07:58:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-19T07:49:31.000Z (5 months ago)
- Last Synced: 2025-06-07T16:50:24.074Z (4 months ago)
- Topics: wiiu, wiiu-homebrew, wiiu-plugin
- Language: M4
- Homepage:
- Size: 177 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# 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:
- devkitPPC
- wut
- [Wii U Plugin System](https://github.com/wiiu-env/WiiUPluginSystem)
- [libnotifications](https://github.com/wiiu-env/libnotifications)
Steps:
0. (Skip if you got the source code from a `.tar.gz` release) `./bootstrap`
1. `./configure --host=powerpc-eabi CXXFLAGS="-Os -ffunction-sections -fipa-pta"`
2. `make`
3. (Optional) If the Wii U is named `wiiu` in the network:
- `make run` if the [wiiload plugin](https://github.com/wiiu-env/ftpiiu_plugin) is
enabled.- `make install` or `make uninstall` if the [ftpiiu
plugin](https://github.com/wiiu-env/ftpiiu_plugin) is enabled.## Building with Docker
If you have Docker set up, you can simply run the `docker-build.sh` script.