dolphin
- Ensure the adapter is switched to wii-u emulator mode.
- Create the /etc/udev/rules.d directory if missing.
- Create the file
/etc/udev/rules.d/51-gcadapter.rules
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="0666"
- Re-insert the adapter.
sudo udevadm control --reload-rules- Open dolphin, open controls, change controller to WII U, click configure.
outside of dolphin
https://github.com/ToadKing/wii-u-gc-adapter
Creates virtual controllers for each controller (when in Wii-U emulation mode).
Compile and run (make sure you have the above udev rule. Might need to run the
following:
sudo modprobe uinput