Moonlight Wii U is a port of Moonlight Embedded, which is an open source client for Sunshine and NVIDIA GameStream. Moonlight allows you to stream your full collection of games and applications from your PC to other devices to play them remotely.
ℹ️ A Wii U LAN Adapter is recommended!
- Grab the latest version from the releases page and extract it to the root of your SD Card.
- Enter the IP of your Sunshine/GFE server in the
moonlight.conf
file located atsd:/wiiu/apps/moonlight
. - Ensure your Sunshine/GFE server and Wii U are on the same network.
- If using GFE, turn on Shield Streaming in the GFE settings.
- Pair Moonlight Wii U with the server.
- Accept the pairing confirmation on your PC.
- Connect to the server with Moonlight Wii U.
- Play games!
You can configure all of the documented settings in the moonlight.conf
file located at sd:/wiiu/apps/moonlight
.
Note that a lot of option are commented out by default, to edit them you need to remove the #
in front of them.
- Gamepad (can be disabled with the
disable_gamepad
option). - Up to 4 Wii U Pro Controllers and Wii Classic Controllers (Pro).
The Gamepad needs to be disabled to use the 4th controller.
Verify that you've installed Nefarius Virtual Gamepad and restarted your PC after the installation.
Depending on your network connection you need to adjust the configuration to find a stable bitrate and resolution. Try something like this to get started:
width = 854
height = 480
fps = 30
bitrate = 1500
Then slowly increase the bitrate until the stream is no longer stable.
Moonlight Wii U tries to start the app "Steam" by default, but sunshine does not have a default Application called "Steam".
You can either rename the app in the moonlight.conf
to
app = Steam Big Picture
which is a default option in sunshine or add a new application called "Steam" in the sunshine configuration.
Moonlight-common-c is the shared codebase between different Moonlight implementations
- Fork us
- Write code
- Send Pull Requests
Install the required dependencies: (dkp-)pacman -S --needed wiiu-dev wiiu-sdl2 wiiu-curl wiiu-mbedtls ppc-freetype ppc-libopus ppc-libexpat
.
Run make
to build moonlight.
You can also build moonlight-wiiu using the provided Dockerfile.
Use docker build -t moonlightbuilder .
to build the container.
Then use docker run -it --rm -v ${PWD}:/project moonlightbuilder make
to build moonlight.