mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:09:24 +01:00
![Léo Lam](/assets/img/avatar_default.png)
This is intended to make reconnecting Wiimotes easier with a DolphinBar. Unfortunately, this change isn't enough as it doesn't always catch disconnections for Wiimotes connected with a DolphinBar. But it's better than nothing and eventually a disconnection will be detected when something tries to write to the Wiimote, instead of never. There is no other solution as the DolphinBar always exposes 4 HIDs even when the associated Wiimotes are not connected. We could try to detect this using the fake input reports sent by the DolphinBar, but this only works for the first HID (probably because of a bug in the firmware?), so this method is not an option.