404-Name-Not-Found / dolphin

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
https://dolphin-emu.org/
GNU General Public License v2.0
0 stars 1 forks source link

Controllers vibrate indefinitely after game close #4

Closed jaylthegreat closed 6 years ago

jaylthegreat commented 6 years ago

https://bugs.dolphin-emu.org/issues/9001

Kekker-git commented 6 years ago

The issue has been fixed for GC controllers using the Wii U Adapter, but not any others.

Tried changing this to

if (!UseAdapter() && (s_handle == nullptr || !s_detected))

but it is still somewhat buggy. More testing and researching needed.

Kekker-git commented 6 years ago

The aforementioned change has been reverted. Modifying GCPad worked a lot better, as rumble now stops on emulation close, but it does not stop on emulation pause.

Kekker-git commented 6 years ago

Fixed here. Closed.