mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
93b78d7139
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.