GaryOderNichts / evwii

Wii U plugin to enhance the vWii mode
GNU General Public License v2.0
71 stars 2 forks source link

Enhanced vWii (evWii)

This is a plugin for Aroma which tries to improve some of the Wii U's virtual Wii features.
It works by patching features used for setting up the vWii mode while still in Wii U mode. This also includes DMCU patches.
Note that the plugin will not be active when booting vWii mode using the Boot Selector.

Features

Examples

GamePad (viewport unchanged):

GamePad (viewport adjusted):

Note: These are not actual GamePad captures, but visualizations of what viewport adjustments do.

Bulding

For building you need:

You can also build evwii using docker:

# Build docker image (only needed once)
docker build . -t evwii_builder

# make 
docker run -it --rm -v ${PWD}:/project evwii_builder make

# make clean
docker run -it --rm -v ${PWD}:/project evwii_builder make clean

Special Thanks