Wii U plugin to enhance launching Wii VC titles and Wii Mode.
- Select a display option (TV Only, TV and GamePad, etc.) with any controller
- Autolaunch into a specific display option bypassing all dialogs
- Keep A pressed when launching a game to force open the Select a display option dialogs
- Falls back to the GamePad screen if TV not connected
- Enables the GamePad sensor bar for built in dialogs
- Allow using a Pro Controller to Select a display option in the built in dialogs
- Set the resolution to 480p, 720p, 480i, or 576i (including 4:3 variants)
- Can be set separately for Wii VC and Wii Mode
Download the latest release from the Releases page by clicking on WiiVCLaunch.wps
Copy the WiiVCLaunch.wps
file into wiiu/environments/[ENVIRONMENT]/plugins
where [ENVIRONMENT] is the actual environment name (most likely 'aroma')
Open the plugin config menu by pressing L, DPAD Down and Minus on the GamePad, Pro Controller or Classic Controller, or B, DPAD Down and Minus on a Wii Remote.
If custom dialogs are disabled:
- Autolaunch cannot be used
- Set resolution can still be used
For building you need:
then run make
It's possible to use a docker image for building. This way you don't need anything installed on your host system other than Docker.
# Build docker image (only needed once)
docker build . -t wiivclaunch-builder
# make
docker run --rm -v ${PWD}:/project wiivclaunch-builder make
# make clean
docker run --rm -v ${PWD}:/project wiivclaunch-builder make clean