mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-04 05:56:46 +02:00

There are two ways to send commands to Wii Remotes: - On command channel, with a first byte of 0x52. This works on Nintendo RVL-CNT-01, but not Nintendo RVL-CNT-01-TR wiimotes. - On interrupt channel, with a first byte of 0xa2. This works on Nintendo RVL-CNT-01 and Nintendo RVL-CNT-01-TR wiimotes. This patch switches Mac from the former to the latter. Windows and Linux remain unchanged.