![]() |
|
Use Wii Remote as Gamecube Controller? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Controllers (https://forums.dolphin-emu.org/Forum-controllers) +--- Thread: Use Wii Remote as Gamecube Controller? (/Thread-use-wii-remote-as-gamecube-controller) |
Use Wii Remote as Gamecube Controller? - SMWHackedHACK - 11-13-2016 Yeah. RE: Use Wii Remote as Gamecube Controller? - SMWHackedHACK - 11-14-2016 ***is there a way?????????????*** RE: Use Wii Remote as Gamecube Controller? - leolam - 11-14-2016 You need a HID driver that supports the Wii remote and can expose it as a normal gamepad. On Windows, you can use jloehr's driver: https://www.julianloehr.de/educational-work/hid-wiimote/ On Linux, the kernel has hid-wiimote built-in. Simply pair your Wiimote with the OS BT stack (not Dolphin) and set up a udev rule to give permission to Dolphin to use the input devices. (DRIVERS=="wiimote", MODE="0666", NAME="input/wiimote") |